Skip to content

Commit a4e955f

Browse files
Merge pull request #11 from randomairborne/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 889c9bf + bd78611 commit a4e955f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- uses: dtolnay/rust-toolchain@stable
1515
with:

0 commit comments

Comments
 (0)