Skip to content

Commit 0b3c3b6

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 369b953 commit 0b3c3b6

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/[email protected].6
54+
uses: actions/[email protected].7
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/[email protected].6
71+
uses: actions/[email protected].7
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/[email protected].6
122+
uses: actions/[email protected].7
123123

124124
- name: Install toolchain
125125
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@@ -167,7 +167,7 @@ jobs:
167167
- stable
168168
steps:
169169
- name: Checkout code
170-
uses: actions/[email protected].6
170+
uses: actions/[email protected].7
171171

172172
- name: Install toolchain
173173
run: curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal --default-toolchain ${{ matrix.toolchain }} -y
@@ -210,7 +210,7 @@ jobs:
210210
- stable
211211
steps:
212212
- name: Checkout code
213-
uses: actions/[email protected].6
213+
uses: actions/[email protected].7
214214

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

0 commit comments

Comments
 (0)