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..e151a24 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@add3a49764cedee8ee24e82dfde87f5bc2914462 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ inputs.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}