Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v4.2.1 (#1217)
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.0` -> `v4.2.1` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v4.2.0` -> `v4.2.1` |

---

### Release Notes

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

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

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

- Check out other refs/\* by commit if provided, fall back to ref by
[@&#8203;orhantoy](https://redirect.github.com/orhantoy) in
[https:/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 2d6e767 commit 9cf79fb
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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
path: artifacts
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
name: ${{ matrix.target }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
- 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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
with:
ref: ${{ needs.prepare-release.outputs.sha }}
- uses: actions/[email protected]
Expand Down

0 comments on commit 9cf79fb

Please sign in to comment.