Skip to content

Commit 8fa4abb

Browse files
committed
Use latest checkout action version
1 parent b7534f0 commit 8fa4abb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build-windows:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Setup dependencies
1818
run: |
1919
rustup update stable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- name: Setup dependencies
1616
run: |
1717
rustup update stable

0 commit comments

Comments
 (0)