Skip to content

Commit 4238cff

Browse files
austinvazquezakhilerm
authored andcommitted
Upgrade GitHub actions packages in release workflow
Resolve NodeJS 12 and command deprecation warnings by upgrading docker/setup-buildx-action and crazy-max/ghaction-github-runtime packages. Signed-off-by: Austin Vazquez <[email protected]> (cherry picked from commit 14a38e1) Signed-off-by: Akhil Mohan <[email protected]>
1 parent 6e41bc7 commit 4238cff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ jobs:
9999
path: src/github.com/containerd/containerd
100100

101101
- name: Setup buildx instance
102-
uses: docker/setup-buildx-action@v1
102+
uses: docker/setup-buildx-action@v2
103103
with:
104104
use: true
105-
- uses: crazy-max/ghaction-github-runtime@v1 # sets up needed vars for caching to github
105+
- uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github
106106
- name: Make
107107
shell: bash
108108
run: |

0 commit comments

Comments
 (0)