Skip to content

Commit dd590ec

Browse files
authored
Merge pull request #14242 from NixOS/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 16e946b + b846f27 commit dd590ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
app-id: ${{ vars.CI_APP_ID }}
2222
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
# required to find all branches

0 commit comments

Comments
 (0)