diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 672260c..7d89a18 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -7,7 +7,7 @@ jobs: name: Run CircleCI documentation artifact redirector steps: - name: GitHub Action step - uses: scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2.0 + uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2540284..73fbd6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 name: Install Python with: python-version: "3.11"