Skip to content

Commit 4d7fb71

Browse files
chore(deps): update dependency actions/checkout to v4.1.7 (#1071)
[![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.6` -> `v4.1.7` | | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://github.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://github.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@&#8203;orhantoy](https://github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://github.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@&#8203;jww3](https://github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://github.com/actions/checkout/pull/1776) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33c063e commit 4d7fb71

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].6
28+
- uses: actions/[email protected].7
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].6
73+
- uses: actions/[email protected].7
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].6
89+
- uses: actions/[email protected].7
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].6
17+
- uses: actions/[email protected].7
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].6
156+
- uses: actions/[email protected].7
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].6
234+
- uses: actions/[email protected].7
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].6
286+
- uses: actions/[email protected].7
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].6
324+
- uses: actions/[email protected].7
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].6
340+
- uses: actions/[email protected].7
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].6
37+
- uses: actions/[email protected].7
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].6
76+
- uses: actions/[email protected].7
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].6
117+
- uses: actions/[email protected].7
118118
with:
119119
ref: ${{ needs.prepare-release.outputs.sha }}
120120
- uses: actions/[email protected]

0 commit comments

Comments
 (0)