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 3f2bf2f commit ba5e7e9Copy full SHA for ba5e7e9
1 file changed
.github/workflows/update.yml
@@ -24,7 +24,7 @@ jobs:
24
pull-requests: write # Required to open the generated update pull request.
25
issues: write # Required for generated update pull request metadata.
26
steps:
27
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28
with:
29
repository: ${{ env.REPOSITORY || github.repository }}
30
ref: ${{ env.REF || '' }}
0 commit comments