We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8915ecf commit b242ea2Copy full SHA for b242ea2
1 file changed
.github/workflows/dependabot-deps.yaml
@@ -14,7 +14,7 @@ jobs:
14
if: ${{ github.actor == 'dependabot[bot]' }}
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
18
with:
19
ref: ${{ github.head_ref }}
20
path: ./src/github.com/${{ github.repository }}
0 commit comments