Skip to content

Commit

Permalink
update deprecated actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xyephy authored and plebhash committed May 31, 2024
1 parent 6349d87 commit a545f0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: x86_64-unknown-linux-musl

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: x86_64-unknown-linux-musl

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-and-track-benchmarks-on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
toolchain: 1.75.0
override: true
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Valgrind
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sv2-header-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
target: x86_64-unknown-linux-musl

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1

with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Install stable toolchain & components
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
profile: minimal
toolchain: nightly
Expand Down

0 comments on commit a545f0e

Please sign in to comment.