From 4964148933e95687652314a3856901aac6d21e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:26:10 +0000 Subject: [PATCH] MAINT: upgrade GitHub workflows Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/pr-linting.yml | 2 +- README.md | 4 ++-- action.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index bd8afb8..048bf29 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,8 +9,8 @@ on: jobs: milestone: if: startsWith(github.ref, 'refs/tags') - uses: ComPWA/actions/.github/workflows/close-milestone.yml@v2 + uses: ComPWA/actions/.github/workflows/close-milestone.yml@v3 push: if: startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease secrets: inherit - uses: ComPWA/actions/.github/workflows/push-to-version-branches.yml@v2 + uses: ComPWA/actions/.github/workflows/push-to-version-branches.yml@v3 diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index 44dc9e4..638dfc1 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -11,4 +11,4 @@ on: jobs: lint-pr: - uses: ComPWA/actions/.github/workflows/pr-linting.yml@v2 + uses: ComPWA/actions/.github/workflows/pr-linting.yml@v3 diff --git a/README.md b/README.md index 964817d..4ddbf17 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: continue-on-error: true - name: Update hooks in pre-commit config if: success() - uses: ComPWA/update-pre-commit@main + uses: ComPWA/update-pre-commit@v1 push: name: Push changes @@ -30,7 +30,7 @@ jobs: with: token: ${{ secrets.PAT }} # GITHUB_TOKEN will not rerun checks after pushing to a PR branch - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: pre-commit - run: | diff --git a/action.yml b/action.yml index cb3b0a8..38cff17 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - env: FORCE_COLOR: True UV_SYSTEM_PYTHON: True