Skip to content

Commit 128a6d8

Browse files
Revert "chore(deps): bump actions/checkout from 5 to 6 (#41)"
This reverts commit 6dc8b3e.
1 parent 6dc8b3e commit 128a6d8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
security_audit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v5
1717

1818
- uses: taiki-e/install-action@cargo-audit
1919

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Run benchmarks
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v5
1616
- name: Setup rust toolchain, cache and cargo-codspeed binary
1717
uses: moonrepo/setup-rust@v1
1818
with:

.github/workflows/cd-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- target: x86_64-unknown-linux-gnu
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v5
3737
- name: Install Rust toolchain
3838
uses: dtolnay/rust-toolchain@stable
3939
- uses: taiki-e/setup-cross-toolchain-action@v1

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Install Rust toolchain
@@ -46,7 +46,7 @@ jobs:
4646
cancel-in-progress: false
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v5
5050
with:
5151
fetch-depth: 0
5252
- name: Install Rust toolchain

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v5
1919

2020
- name: Install stable Rust toolchain, and nightly rustfmt
2121
run: |

0 commit comments

Comments
 (0)