Skip to content

Commit a40e8c4

Browse files
authored
Update actions/checkout digest to 93cb6ef (#2781)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `08c6903` -> `93cb6ef` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 80909b7 commit a40e8c4

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ubuntu-latest
2121
- windows-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424
- uses: dtolnay/rust-toolchain@stable
2525
with:
2626
components: rustfmt, clippy
@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest]
4747
fail-fast: false
4848
steps:
49-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
49+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5050
- uses: dtolnay/rust-toolchain@stable
5151
with:
5252
components: rustfmt, clippy
@@ -62,7 +62,7 @@ jobs:
6262
os: [ubuntu-latest]
6363
rust-version: ["1.78"]
6464
steps:
65-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
65+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6666
- uses: dtolnay/rust-toolchain@master
6767
with:
6868
toolchain: ${{ matrix.rust-version }}
@@ -86,7 +86,7 @@ jobs:
8686
rust-version: ["1.88", stable]
8787
fail-fast: false
8888
steps:
89-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
89+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9090
- uses: dtolnay/rust-toolchain@master
9191
with:
9292
toolchain: ${{ matrix.rust-version }}
@@ -166,7 +166,7 @@ jobs:
166166
# official WineHQ PPA breaks every so often).
167167
runs-on: ubuntu-24.04
168168
steps:
169-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
169+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
170170
- name: Install Rust toolchain
171171
uses: dtolnay/rust-toolchain@stable
172172
with:
@@ -232,7 +232,7 @@ jobs:
232232
- test-archive-target-runner
233233
- build
234234
steps:
235-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
235+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
236236
- name: Download nextest binary
237237
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
238238
with:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
RUSTFLAGS: -D warnings
2323
CARGO_TERM_COLOR: always
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2626
# Nightly Rust is used for cargo llvm-cov --doc below.
2727
- uses: dtolnay/rust-toolchain@nightly
2828
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
concurrency: ci-${{ github.ref }}
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121
with:
2222
# The full history is required to make mkdocs' git-revision-date-localized plugin work
2323
fetch-depth: 0

.github/workflows/hakari.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
RUSTFLAGS: -D warnings
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
2323
uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2

.github/workflows/release-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'internal-test-')
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
with:
1616
persist-credentials: false
1717
# Note: do not publish this until binaries are built and uploaded below. This is so that
@@ -55,7 +55,7 @@ jobs:
5555
dry-run: true
5656
runs-on: ${{ matrix.os }}
5757
steps:
58-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
58+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5959
- name: Install Rust
6060
uses: dtolnay/rust-toolchain@stable
6161
- uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-filtering-')
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
with:
1616
persist-credentials: false
1717
- name: Install Rust
@@ -36,7 +36,7 @@ jobs:
3636
if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-metadata-')
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4040
with:
4141
persist-credentials: false
4242
- name: Install Rust
@@ -61,7 +61,7 @@ jobs:
6161
if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-runner-')
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
64+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6565
with:
6666
persist-credentials: false
6767
- name: Install Rust
@@ -86,7 +86,7 @@ jobs:
8686
if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'cargo-nextest-')
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
89+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9090
with:
9191
persist-credentials: false
9292
# Note: do not publish this until binaries are built and uploaded below. This is so that
@@ -178,7 +178,7 @@ jobs:
178178
dry-run: false
179179
runs-on: ${{ matrix.os }}
180180
steps:
181-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
181+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
182182
- name: Install Rust
183183
uses: dtolnay/rust-toolchain@stable
184184
- name: Install b2sum on macOS
@@ -325,11 +325,11 @@ jobs:
325325
runs-on: ubuntu-latest
326326
steps:
327327
- name: Clone nextest repository
328-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
328+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
329329
with:
330330
path: nextest
331331
- name: Clone release-meta repository
332-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
332+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
333333
with:
334334
repository: nextest-rs/release-meta
335335
ref: main

0 commit comments

Comments
 (0)