diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de4534b..8a3eef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: 3.x @@ -37,7 +37,7 @@ jobs: - py314 steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: prefix-dev/setup-pixi@v0.9.3 with: run-install: false diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 012cef6..4d2bbf8 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up Python diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2fba604..128489e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} release-type: simple