diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index a109f50be4..869f6982e9 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -122,7 +122,7 @@ jobs: submodules: true - name: Create Python Environment - uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0 + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2 with: micromamba-version: '2.0.2-2' environment-name: test @@ -219,7 +219,7 @@ jobs: path: code - name: Create Python Environment - uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0 + uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2 with: micromamba-version: '2.0.2-2' environment-name: test diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7c9085c6a8..e1ad37c190 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,7 +86,7 @@ jobs: name: release - name: Create release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 if: startsWith(github.ref, 'refs/tags/v') with: files: "*.tar.*"