Skip to content

Commit 9981b15

Browse files
authored
Merge pull request #10158 from gitbutlerapp/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ea51c3c + 5761080 commit 9981b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e-blackbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
env:
1919
CARGO_TERM_COLOR: always
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
if: ${{ github.event_name != 'workflow_dispatch' }}
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
if: ${{ github.event_name == 'workflow_dispatch' }}
2525
with:
2626
ref: ${{ github.event.inputs.sha }}

0 commit comments

Comments
 (0)