diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3bdb27a..465157f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -33,7 +33,7 @@ jobs: # as well as some environmental data, and exposes them to future steps # in the correct locations and formats for their use with the `gha` # GitHub Actions cache for Docker. - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Setup Docker run: docker buildx create --use --name container --driver docker-container diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ccee61..2dacc7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: # as well as some environmental data, and exposes them to future steps # in the correct locations and formats for their use with the `gha` # GitHub Actions cache for Docker. - uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 + uses: crazy-max/ghaction-github-runtime@04d248b84655b509d8c44dc1d6f990c879747487 # v4.0.0 - name: Setup Docker run: docker buildx create --use --name container --driver docker-container