Skip to content

Commit c75fb48

Browse files
chore(deps): bump actions/checkout from 4 to 6 (github #91)
1 parent 01097c9 commit c75fb48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- os: windows-latest
5858
target: aarch64-pc-windows-msvc
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v6
6161

6262
- name: Get version
6363
id: version

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-and-test:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Caching
2020
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)