Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent d4fa449 commit 9a223ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# need to be release, so 60 is not unreasonable.
timeout-minutes: 60
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
nodeCount: [5]
nodeIndex: [0, 1, 2, 3, 4]
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Configure AWS credentials from Test account
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 9a223ed

Please sign in to comment.