From be56211458eda181c93e4cfe22eb1a6a5576ef23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:42:14 +0000 Subject: [PATCH] build(deps): update github actions --- .github/workflows/docs.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- .../actions/setup-env/action.yaml | 4 ++-- .../workflows/main.yaml.jinja | 12 ++++++------ ...er == 'renovate' %}renovate.yaml{% endif %}.jinja | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 11e2788..a16af59 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -24,11 +24,11 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index daee37b..aa92ab5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,13 +11,13 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true - name: Setup uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Setup Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 @@ -28,6 +28,6 @@ jobs: run: uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md - name: Create release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: body_path: release-notes.md diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml index 496b8c3..c317747 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml @@ -12,12 +12,12 @@ runs: using: composite steps: - name: Setup uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - name: Setup mise - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 + uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4 with: install_only: true diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja index 3a1c72f..80ed77d 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true @@ -56,7 +56,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true @@ -91,7 +91,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true @@ -115,7 +115,7 @@ jobs: fi - name: Create release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: body_path: release-notes.md prerelease: {% raw %}${{ steps.check_prerelease.outputs.is_prerelease }}{% endraw %} @@ -136,7 +136,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true @@ -168,7 +168,7 @@ jobs: - tests steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 fetch-tags: true diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja index b1158bb..0413a9e 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja @@ -35,7 +35,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 {% if renovate_auth_method == 'github_app' %} - name: Generate GitHub App token @@ -49,7 +49,7 @@ jobs: {% endif %} - name: Run Renovate - uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 + uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16 with: renovate-version: {% raw %}${{ env.RENOVATE_VERSION }}{% endraw %} {% if renovate_auth_method == 'github_app' %}