Skip to content

Commit 27a992d

Browse files
Update dependabot-packagelock-update.yml
1 parent 25f29ea commit 27a992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-packagelock-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: contains(github.head_ref, 'dependabot') && github.event_name == 'pull_request'
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
with:
1313
ref: ${{ github.head_ref }}
1414
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)