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 <macedonv@amazon.com>
This commit is contained in:
parent
4f4fa9b497
commit
14a38e12b7
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -97,10 +97,10 @@ jobs:
|
|||||||
path: src/github.com/containerd/containerd
|
path: src/github.com/containerd/containerd
|
||||||
|
|
||||||
- name: Setup buildx instance
|
- name: Setup buildx instance
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
use: true
|
use: true
|
||||||
- uses: crazy-max/ghaction-github-runtime@v1 # sets up needed vars for caching to github
|
- uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github
|
||||||
- name: Make
|
- name: Make
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
needs: [build, check]
|
needs: [build, check]
|
||||||
steps:
|
steps:
|
||||||
- name: Download builds and release notes
|
- name: Download builds and release notes
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: builds
|
path: builds
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
Loading…
Reference in New Issue
Block a user