Skip to content

Commit 72fb94c

Browse files
chore(deps): update dependency actions/checkout to v4.1.5 (#1046)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | | patch | `v4.1.4` -> `v4.1.5` | | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v4.1.4` -> `v4.1.5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.5`](https://github.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@&#8203;cory-miller](https://github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://github.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://github.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://github.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://github.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@&#8203;users.noreply.github.com` by [@&#8203;cory-miller](https://github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://github.com/actions/checkout/pull/1707) **Full Changelog**: actions/checkout@v4.1.4...v4.1.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/knope-dev/knope). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d42ec1 commit 72fb94c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: ${{ matrix.target }}
2626

2727
steps:
28-
- uses: actions/[email protected].4
28+
- uses: actions/[email protected].5
2929
- uses: Swatinem/rust-cache@v2
3030
- name: Install host target
3131
run: rustup target add ${{ matrix.target }}
@@ -70,7 +70,7 @@ jobs:
7070
needs: [build-artifacts]
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/[email protected].4
73+
- uses: actions/[email protected].5
7474
- uses: actions/[email protected]
7575
with:
7676
path: artifacts
@@ -86,7 +86,7 @@ jobs:
8686
needs: [release]
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/[email protected].4
89+
- uses: actions/[email protected].5
9090
- uses: Swatinem/rust-cache@v2
9191
- uses: katyo/publish-crates@v2
9292
with:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/[email protected].4
17+
- uses: actions/[email protected].5
1818

1919
- uses: Swatinem/rust-cache@v2
2020
- uses: actions/setup-node@v4

docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
154154
runs-on: ubuntu-latest
155155
steps:
156-
- uses: actions/[email protected].4
156+
- uses: actions/[email protected].5
157157
with:
158158
fetch-depth: 0
159159
token: ${{ secrets.PAT }}
@@ -231,7 +231,7 @@ release:
231231
needs: [build-artifacts]
232232
runs-on: ubuntu-latest
233233
steps:
234-
- uses: actions/[email protected].4
234+
- uses: actions/[email protected].5
235235
- uses: actions/[email protected]
236236
with:
237237
path: artifacts
@@ -283,7 +283,7 @@ jobs:
283283
name: ${{ matrix.target }}
284284
285285
steps:
286-
- uses: actions/[email protected].4
286+
- uses: actions/[email protected].5
287287
- uses: Swatinem/[email protected]
288288
- name: Install host target
289289
run: rustup target add ${{ matrix.target }}
@@ -321,7 +321,7 @@ jobs:
321321
needs: [build-artifacts]
322322
runs-on: ubuntu-latest
323323
steps:
324-
- uses: actions/[email protected].4
324+
- uses: actions/[email protected].5
325325
- uses: actions/[email protected]
326326
with:
327327
path: artifacts
@@ -337,7 +337,7 @@ jobs:
337337
needs: [release]
338338
runs-on: ubuntu-latest
339339
steps:
340-
- uses: actions/[email protected].4
340+
- uses: actions/[email protected].5
341341
- uses: Swatinem/[email protected]
342342
- uses: katyo/publish-crates@v2
343343
with:

docs/src/content/docs/recipes/workflow-dispatch-releases.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
outputs:
3535
sha: ${{ steps.commit.outputs.sha }}
3636
steps:
37-
- uses: actions/[email protected].4
37+
- uses: actions/[email protected].5
3838
name: Fetch entire history (for conventional commits)
3939
with:
4040
fetch-depth: 0
@@ -73,7 +73,7 @@ jobs:
7373
name: ${{ matrix.target }}
7474

7575
steps:
76-
- uses: actions/[email protected].4
76+
- uses: actions/[email protected].5
7777
with:
7878
ref: ${{ needs.prepare-release.outputs.sha }}
7979

@@ -114,7 +114,7 @@ jobs:
114114
needs: [build-artifacts, prepare-release]
115115
runs-on: ubuntu-latest
116116
steps:
117-
- uses: actions/[email protected].4
117+
- uses: actions/[email protected].5
118118
with:
119119
ref: ${{ needs.prepare-release.outputs.sha }}
120120
- uses: actions/[email protected]

0 commit comments

Comments
 (0)