Skip to content

Commit fc93ea4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rust: stable-x86_64
6969
target: x86_64-pc-windows-msvc
7070
steps:
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272
- name: Install Rust (rustup)
7373
run: |
7474
set -euxo pipefail
@@ -96,7 +96,7 @@ jobs:
9696
name: Test CUDA support
9797
runs-on: ubuntu-20.04
9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v4
100100
- name: Install cuda-minimal-build-11-8
101101
shell: bash
102102
run: |
@@ -117,7 +117,7 @@ jobs:
117117
matrix:
118118
os: [ubuntu-latest, windows-latest]
119119
steps:
120-
- uses: actions/checkout@v3
120+
- uses: actions/checkout@v4
121121
- name: Install Rust
122122
run: |
123123
rustup toolchain install 1.46.0 --no-self-update --profile minimal
@@ -129,7 +129,7 @@ jobs:
129129
name: Rustfmt
130130
runs-on: ubuntu-latest
131131
steps:
132-
- uses: actions/checkout@v3
132+
- uses: actions/checkout@v4
133133
- name: Install Rust
134134
run: |
135135
rustup toolchain install stable --no-self-update --profile minimal --component rustfmt

0 commit comments

Comments
 (0)