Skip to content

Commit 5ba7768

Browse files
Bump actions/checkout from 4 to 5
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] <[email protected]>
1 parent 42e90b3 commit 5ba7768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Checkout"
43-
uses: "actions/checkout@v4"
43+
uses: "actions/checkout@v5"
4444
with:
4545
fetch-depth: 2
4646

@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: "Checkout"
93-
uses: "actions/checkout@v4"
93+
uses: "actions/checkout@v5"
9494
with:
9595
fetch-depth: 2
9696

0 commit comments

Comments
 (0)