Skip to content

Commit c75b5df

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] <support@github.com>
1 parent a6929dd commit c75b5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
job_status: ${{ job.status }}
1717
steps:
1818
- name: Checkout project
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Create Release
2222
id: create_release
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout project
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0
5555

0 commit comments

Comments
 (0)