Skip to content

Commit

Permalink
Merge pull request #1 from al8n/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
al8n authored Oct 8, 2024
2 parents 463efef + 3b664e3 commit a3b6556
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update stable --no-self-update && rustup default stable
Expand All @@ -56,7 +56,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update stable --no-self-update && rustup default stable
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- wasm32-wasi
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
target: powerpc64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
target: powerpc64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand All @@ -315,7 +315,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand All @@ -336,7 +336,7 @@ jobs:
name: valgrind
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo build and registry
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
- sanitizer
- loom
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
loc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust
run: |
Expand Down

0 comments on commit a3b6556

Please sign in to comment.