diff --git a/.github/workflows/post-merge-container-update.yml b/.github/workflows/post-merge-container-update.yml index 21fdc3b13..0c017f483 100644 --- a/.github/workflows/post-merge-container-update.yml +++ b/.github/workflows/post-merge-container-update.yml @@ -63,12 +63,12 @@ jobs: # multi-platform images and export cache # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 # Login against a Docker registry # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -78,7 +78,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} @@ -86,7 +86,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6 with: context: tripy/ push: true diff --git a/.github/workflows/post-merge-package-index-update.yml b/.github/workflows/post-merge-package-index-update.yml index d2865f946..c6f654088 100644 --- a/.github/workflows/post-merge-package-index-update.yml +++ b/.github/workflows/post-merge-package-index-update.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/configure-pages@v5 - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: "/tripy/build/docs" diff --git a/.github/workflows/tripy-l0.yml b/.github/workflows/tripy-l0.yml index eb6f24d5d..b5aaf717c 100644 --- a/.github/workflows/tripy-l0.yml +++ b/.github/workflows/tripy-l0.yml @@ -36,7 +36,7 @@ jobs: # Login against a Docker registry # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/tripy-release.yml b/.github/workflows/tripy-release.yml index dc3e6116f..65d869c9a 100644 --- a/.github/workflows/tripy-release.yml +++ b/.github/workflows/tripy-release.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/configure-pages@v5 - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: "/tripy/build/docs" @@ -92,6 +92,6 @@ jobs: path: dist/ - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13 with: packages-dir: dist/