Skip to content

Commit 4c26e8c

Browse files
Update actions/checkout digest to 08eba0b (#96)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | [`11bd719` -> `08eba0b`](https://redirect.github.com/actions/checkout/compare/11bd719...08eba0b) | --- ### 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS42Mi4wIiwidXBkYXRlZEluVmVyIjoiNDEuNjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 3b7132a commit 4c26e8c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
RUSTFLAGS: -D warnings
4343
steps:
44-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4545
- uses: dtolnay/rust-toolchain@master
4646
with:
4747
toolchain: ${{ matrix.rust-version }}
@@ -70,7 +70,7 @@ jobs:
7070
rust-version: [stable]
7171
fail-fast: false
7272
steps:
73-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7474
- uses: dtolnay/rust-toolchain@master
7575
with:
7676
toolchain: ${{ matrix.rust-version }}

.github/workflows/coverage.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
- uses: dtolnay/rust-toolchain@nightly # Use nightly to get access to coverage --doc
2222
with:
2323
components: llvm-tools-preview

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
concurrency: ci-${{ github.ref }}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
- uses: dtolnay/rust-toolchain@stable
1616
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
1717
- uses: taiki-e/install-action@just

.github/workflows/release.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 == 'oxidecomputer' && startsWith(github.ref_name, 'newtype-uuid-1')
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
with:
1616
persist-credentials: false
1717
- name: Install Rust
@@ -35,7 +35,7 @@ jobs:
3535
if: github.repository_owner == 'oxidecomputer' && startsWith(github.ref_name, 'newtype-uuid-macros-')
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3939
with:
4040
persist-credentials: false
4141
- name: Install Rust

0 commit comments

Comments
 (0)