Skip to content

Commit 595b00f

Browse files
chore(deps): update actions/checkout digest to 34e1148 (#389)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/08eba0b27e820071cde6df949e0beb9ba4906955..34e114876b0b11c390a56381ad16ebd13914f8d5)) | action | digest | `08eba0b` -> `34e1148` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on friday" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jdx/usage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6d71fe commit 595b00f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor != 'renovate[bot]' && github.actor != 'mend[bot]'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020
with:
2121
submodules: recursive
2222
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
coverage:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
2121
- run: rustup update stable
2222
- run: rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
30+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3131
with:
3232
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3333
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4

.github/workflows/publish-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
create-release:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2626
with:
2727
submodules: recursive
2828
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2
@@ -55,7 +55,7 @@ jobs:
5555
build-tool: cross
5656
runs-on: ${{ matrix.os }}
5757
steps:
58-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
58+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5959
with:
6060
submodules: recursive
6161
- uses: dtolnay/rust-toolchain@stable
@@ -86,7 +86,7 @@ jobs:
8686
needs: [build-and-publish]
8787
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
8888
steps:
89-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
89+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9090
with:
9191
submodules: recursive
9292
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release-plz:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2626
with:
2727
fetch-depth: 0
2828
submodules: recursive

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020
with:
2121
submodules: recursive
2222
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2

0 commit comments

Comments
 (0)