diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d742f53..c39aa7a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -86,7 +86,7 @@ jobs: run: npm install -g @devcontainers/cli - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0 + uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0 - name: Build image run: devcontainer build --workspace-folder . --cache-from type=gha --cache-to type=gha,mode=max