Skip to content

Commit 77a3851

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 586efad commit 77a3851

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: ${{ matrix.target }}
2828
override: true
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v6
3131
- name: Check
3232
env:
3333
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -70,7 +70,7 @@ jobs:
7070
target: ${{ matrix.target }}
7171
override: true
7272
- name: Checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474
- name: Install linker
7575
if: matrix.target == 'i686-unknown-linux-gnu'
7676
run: |
@@ -104,7 +104,7 @@ jobs:
104104
target: ${{ matrix.target }}
105105
override: true
106106
- name: Checkout
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
- name: Check
109109
env:
110110
CARGO_BUILD_TARGET: ${{ matrix.target }}
@@ -125,7 +125,7 @@ jobs:
125125
target: ${{ matrix.target }}
126126
override: true
127127
- name: Checkout
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
- name: Install WasmTime
130130
run: |
131131
curl https://wasmtime.dev/install.sh -sSf | bash
@@ -146,6 +146,6 @@ jobs:
146146
toolchain: nightly
147147
override: true
148148
- name: Checkout
149-
uses: actions/checkout@v4
149+
uses: actions/checkout@v6
150150
- name: Test
151151
run: make test

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
runs-on: ${{ matrix.target }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions-rs/toolchain@v1
1818
with:
1919
toolchain: stable

.github/workflows/minver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
continue-on-error: true
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: nightly

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions-rs/toolchain@v1
1515
with:
1616
toolchain: stable

0 commit comments

Comments
 (0)