Skip to content

Commit 8b759b4

Browse files
chore(deps): update actions/checkout action to v7
1 parent 8bad754 commit 8b759b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- name: Checkout sources
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Run cargo check
1313
uses: actions-rs/cargo@v1
1414
with:
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-latest
2020
steps:
2121
- name: Checkout sources
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Run cargo fmt
2424
uses: actions-rs/cargo@v1
2525
with:

0 commit comments

Comments
 (0)