Skip to content

Commit c10d29b

Browse files
authored
Merge pull request #1301 from librespot-org/dependabot/github_actions/dev/actions/checkout-4.1.7
Bump actions/checkout from 4.1.6 to 4.1.7
2 parents 369b953 + 0b3c3b6 commit c10d29b

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)