Skip to content

Commit 3e1b178

Browse files
Bump actions/checkout from 4 to 5 (#121)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de60a98 commit 3e1b178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: 1. Check out code
29-
uses: actions/checkout@v4 # https://github.com/actions/checkout
29+
uses: actions/checkout@v5 # https://github.com/actions/checkout
3030

3131
- name: 2. Set up Java 11
3232
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757

5858
- name: 1. Check out code
59-
uses: actions/checkout@v4 # https://github.com/actions/checkout
59+
uses: actions/checkout@v5 # https://github.com/actions/checkout
6060

6161
- name: 2. Set up Java ${{ matrix.java }}
6262
uses: actions/setup-java@v4 # https://github.com/actions/setup-java
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585

8686
- name: Check out code
87-
uses: actions/checkout@v4 # https://github.com/actions/checkout
87+
uses: actions/checkout@v5 # https://github.com/actions/checkout
8888
with:
8989
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9090

0 commit comments

Comments
 (0)