Skip to content

Commit 8a0de53

Browse files
authored
Merge pull request #15 from hucsmn/dependabot/github_actions/all-actions-version-updates-a331d3ec2d
Bump actions/checkout from 2 to 5 in the all-actions-version-updates group
2 parents 2a92956 + 1bd59a6 commit 8a0de53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout source code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v5
2222
- name: Install rust toolchain
2323
uses: actions-rs/toolchain@v1
2424
with:

0 commit comments

Comments
 (0)