Skip to content

Commit f7eb242

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 6822a19 commit f7eb242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- run: git tag $VERSION
1818
- run: git push origin :$VERSION
1919
- run: git push --tag

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
INPUT_PATH: ${{ inputs.path }}
7676
REPO: ${{ inputs.repo }}
7777

78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
if: steps.find-ref.outputs.skip == 'false'
8080
with:
8181
repository: ${{ inputs.repo }}

0 commit comments

Comments
 (0)