Move up actions versions to prep for deprecation

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2022-10-12 15:17:27 -04:00
parent 8b804c4f81
commit e7c8a5ab08
8 changed files with 34 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
path: src/github.com/containerd/containerd
@@ -82,7 +82,7 @@ jobs:
echo "RELEASE_VER=${releasever}" >> $GITHUB_ENV
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
- name: Checkout containerd
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Intentionally use github.repository instead of containerd/containerd to
# make this action runnable on forks.