Skip to content

Commit fc1fe6f

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 6890408 commit fc1fe6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Write GitHub context to log
1515
env:
1616
GITHUB_CONTEXT: ${{ toJSON(github) }}
@@ -28,7 +28,7 @@ jobs:
2828
echo "${{ github.sha }}" >> shas.txt
2929
3030
# # UNSIGNED COMMIT # #
31-
# - uses: actions/checkout@v4
31+
# - uses: actions/checkout@v5
3232
# with:
3333
# token: ${{ steps.app-token.outputs.token }}
3434
# repository: joshjohanning-org/commit-sign-app-other-repo

0 commit comments

Comments
 (0)