Skip to content

Commit

Permalink
Merge pull request #25 from cookiecutter-openedx/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4.1.1

Bump actions/checkout from 3.6.0 to 4.1.1
  • Loading branch information
lpm0073 authored Dec 31, 2023
2 parents f8c9569 + ecb1974 commit 51b684a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
# required antecedent
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
# required antecedent
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1

# required antecedent
- name: Configure AWS credentials
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 51b684a

Please sign in to comment.