From e0d406932605831b43a31a2ae9b455cbaa49e5a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:02:53 +0100 Subject: [PATCH] chore(deps): update actions (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `eef6144` -> `11bd719` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `a3df294` -> `278aeeb` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/rustic-rs/docs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dprint-fmt.yml | 2 +- .github/workflows/install-mdbook/action.yml | 2 +- .github/workflows/lint-md.yml | 2 +- .github/workflows/mdbook.yml | 2 +- .github/workflows/url-check-on-change.yml | 2 +- .github/workflows/url-check-periodic.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dprint-fmt.yml b/.github/workflows/dprint-fmt.yml index b532d24..51e80d5 100644 --- a/.github/workflows/dprint-fmt.yml +++ b/.github/workflows/dprint-fmt.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.base.sha }} diff --git a/.github/workflows/install-mdbook/action.yml b/.github/workflows/install-mdbook/action.yml index cdad503..a40fce4 100644 --- a/.github/workflows/install-mdbook/action.yml +++ b/.github/workflows/install-mdbook/action.yml @@ -27,7 +27,7 @@ runs: shell: bash - name: Install dependencies - uses: taiki-e/install-action@a3df29458daa5c62abace1e6b358018bed57d5b4 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2 with: tool: mdbook@${{ steps.mdbook-version.outputs.version }},mdbook-pandoc@${{ steps.mdbook-pandoc-version.outputs.version }},mdbook-last-changed@${{ steps.mdbook-last-changed-version.outputs.version }} diff --git a/.github/workflows/lint-md.yml b/.github/workflows/lint-md.yml index 7a0de16..04fa2b6 100644 --- a/.github/workflows/lint-md.yml +++ b/.github/workflows/lint-md.yml @@ -9,6 +9,6 @@ jobs: style: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2 diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 212b930..b628a4e 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install mdbook uses: ./.github/workflows/install-mdbook diff --git a/.github/workflows/url-check-on-change.yml b/.github/workflows/url-check-on-change.yml index e4de306..020cc53 100644 --- a/.github/workflows/url-check-on-change.yml +++ b/.github/workflows/url-check-on-change.yml @@ -9,7 +9,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 with: use-verbose-mode: "yes" diff --git a/.github/workflows/url-check-periodic.yml b/.github/workflows/url-check-periodic.yml index 07d3b89..b7e6142 100644 --- a/.github/workflows/url-check-periodic.yml +++ b/.github/workflows/url-check-periodic.yml @@ -9,7 +9,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 with: use-verbose-mode: "yes"