Skip to content

Commit

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

Bump actions/checkout from 3.5.2 to 3.6.0
  • Loading branch information
lpm0073 authored Aug 25, 2023
2 parents f87858b + 494f2f2 commit f8c9569
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.5.2
uses: actions/checkout@v3.6.0

- 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.5.2
- uses: actions/checkout@v3.6.0

- 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.5.2
- uses: actions/checkout@v3.6.0

# 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.5.2
uses: actions/checkout@v3.6.0

- 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.5.2
uses: actions/checkout@v3.6.0

- 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.5.2
- uses: actions/checkout@v3.6.0

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

0 comments on commit f8c9569

Please sign in to comment.