Skip to content

Commit 7d6a7d6

Browse files
authored
CI: bump version of checkout action
1 parent b3f33de commit 7d6a7d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
target: aarch64-apple-darwin
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v6
3838
- name: Build
3939
run: cargo build --verbose --target=${{ matrix.target }}
4040
- name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v6
6363
with:
6464
fetch-depth: 1
6565

0 commit comments

Comments
 (0)