diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 79d1ff6..3e05cf8 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: .github/scripts/release.sh env: TAG_NAME: ${{ github.ref_name }} diff --git a/action.yml b/action.yml index 251f61a..b05fad1 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: Set up micromamba - uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc + uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 with: condarc-file: ${{ inputs.condarc-file }} environment-name: pre-commit @@ -26,7 +26,7 @@ runs: python=${{ inputs.python-version }} pre-commit=3 - name: Cache pre-commit - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ inputs.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}