Skip to content

Commit 2b2eb22

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#1354)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 118a9e1 commit 2b2eb22

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@v4.1.7
54+
uses: actions/checkout@v4.2.0
5555
- name: Install toolchain
5656
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain stable -y
5757
- run: cargo fmt --all -- --check
@@ -68,7 +68,7 @@ jobs:
6868
toolchain: [stable]
6969
steps:
7070
- name: Checkout code
71-
uses: actions/checkout@v4.1.7
71+
uses: actions/checkout@v4.2.0
7272

7373
- name: Install toolchain
7474
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile default --default-toolchain ${{ matrix.toolchain }} -y
@@ -119,7 +119,7 @@ jobs:
119119
experimental: true
120120
steps:
121121
- name: Checkout code
122-
uses: actions/checkout@v4.1.7
122+
uses: actions/checkout@v4.2.0
123123

124124
- name: Install toolchain
125125
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@@ -168,7 +168,7 @@ jobs:
168168
- stable
169169
steps:
170170
- name: Checkout code
171-
uses: actions/checkout@v4.1.7
171+
uses: actions/checkout@v4.2.0
172172

173173
# hyper-rustls >=0.27 uses aws-lc as default backend which requires NASM to build
174174
- name: Install NASM
@@ -219,7 +219,7 @@ jobs:
219219
- stable
220220
steps:
221221
- name: Checkout code
222-
uses: actions/checkout@v4.1.7
222+
uses: actions/checkout@v4.2.0
223223

224224
- name: Install toolchain
225225
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y

0 commit comments

Comments
 (0)