We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890408 commit fc1fe6fCopy full SHA for fc1fe6f
.github/workflows/commit-sign.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Write GitHub context to log
15
env:
16
GITHUB_CONTEXT: ${{ toJSON(github) }}
@@ -28,7 +28,7 @@ jobs:
28
echo "${{ github.sha }}" >> shas.txt
29
30
# # UNSIGNED COMMIT # #
31
- # - uses: actions/checkout@v4
+ # - uses: actions/checkout@v5
32
# with:
33
# token: ${{ steps.app-token.outputs.token }}
34
# repository: joshjohanning-org/commit-sign-app-other-repo
0 commit comments