diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b85b7bd..715f62d 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -34,7 +34,7 @@ jobs: path: | ~/.cache/pre-commit/ key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.12" - name: Set up Python environment diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d574e82..1ee27ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: - name: Tar/zstd source run: tar --zstd -cvf "${name}-${ref}.tar.zst" "${name}-${ref}" - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: source path: | @@ -82,7 +82,7 @@ jobs: tee "${GITHUB_WORKSPACE}/release-notes.md" working-directory: code - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: release-notes path: | @@ -125,7 +125,7 @@ jobs: run: file "target/${{ matrix.target }}/release/${name}" - name: Compress run: cp "target/${{ matrix.target }}/release/${name}" . && tar --zstd -cvf "${name}-${ref}-${{ matrix.target }}.tar.zst" "${name}" - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ matrix.target }} path: "${{ env.name }}-${{ env.ref }}-${{ matrix.target }}.tar.zst" @@ -145,7 +145,7 @@ jobs: run: ls -lR - name: Create release - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 if: startsWith(github.ref, 'refs/tags/') with: files: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index de72a67..0989331 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,7 +96,7 @@ jobs: ROW_YES: "true" # The signac test requires python - name: Set up Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 with: python-version: "3.12" - name: Set up Python environment