Skip to content

Commit a19e06d

Browse files
chore(deps): update actions/checkout action to v6
1 parent aa9d80d commit a19e06d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Check
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Check Formatting
1717
run: cargo fmt --all -- --check
1818
- name: Check Clippy
@@ -22,7 +22,7 @@ jobs:
2222
name: Build and Test
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Build
2727
run: cargo build --verbose --all-features
2828
- name: Test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Install Rust toolchain
@@ -36,7 +36,7 @@ jobs:
3636
cancel-in-progress: false
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
fetch-depth: 0
4242
- name: Install Rust toolchain

0 commit comments

Comments
 (0)