Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4.2.2 (#1239)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | |
patch | `v4.2.1` -> `v4.2.2` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v4.2.1` -> `v4.2.2` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)

- `url-helper.ts` now leverages well-known environment variables by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)

</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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 9cb70bc commit 0a89dda
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/add_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- run: echo "tag_name=$(gh release list --json 'isDraft,tagName' --jq '.[] | select(.isDraft) | .tagName')" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -38,7 +38,7 @@ jobs:
name: ${{ matrix.target }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: Swatinem/rust-cache@v2
- name: Install host target
run: rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: [build-artifacts, get-tag]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: Swatinem/rust-cache@v2
- name: Install cargo-release
run: cargo install cargo-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-node@v4
if: matrix.os == 'ubuntu-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
Expand Down Expand Up @@ -215,7 +215,7 @@ release:
needs: [build-artifacts]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: artifacts
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
name: ${{ matrix.target }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: Swatinem/[email protected]
- name: Install host target
run: rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
needs: [build-artifacts]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
path: artifacts
Expand All @@ -321,7 +321,7 @@ jobs:
needs: [release]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: Swatinem/[email protected]
- uses: katyo/publish-crates@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions docs/src/content/docs/recipes/workflow-dispatch-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
outputs:
sha: ${{ steps.commit.outputs.sha }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
name: Fetch entire history (for conventional commits)
with:
fetch-depth: 0
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: ${{ matrix.target }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
ref: ${{ needs.prepare-release.outputs.sha }}

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs: [build-artifacts, prepare-release]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
ref: ${{ needs.prepare-release.outputs.sha }}
- uses: actions/[email protected]
Expand Down

0 comments on commit 0a89dda

Please sign in to comment.