Merge pull request #9512 from containerd/dependabot/github_actions/crazy-max/ghaction-github-runtime-3

build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
This commit is contained in:
Akihiro Suda 2023-12-13 05:01:40 +00:00 committed by GitHub
commit fd163893bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
use: true use: true
- uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github - uses: crazy-max/ghaction-github-runtime@v3 # sets up needed vars for caching to github
- name: Make - name: Make
shell: bash shell: bash
run: | run: |