Skip to content

Commit f43ed29

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#1369)
1 parent 8ed5fef commit f43ed29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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.2.0
54+
uses: actions/checkout@v4.2.1
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.2.0
71+
uses: actions/checkout@v4.2.1
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.2.0
122+
uses: actions/checkout@v4.2.1
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.2.0
171+
uses: actions/checkout@v4.2.1
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.2.0
222+
uses: actions/checkout@v4.2.1
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)