Bump action versions for Node 12 deprecation
This commit is contained in:
parent
27b39e07b0
commit
889933654c
8
.github/workflows/publish-artifacts.yaml
vendored
8
.github/workflows/publish-artifacts.yaml
vendored
@ -7,10 +7,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Calculate metadata for image
|
||||
id: image-meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ghcr.io/stackhpc/k8s-utils
|
||||
# Produce the branch name or tag and the SHA as tags
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
needs: [build_push_utils_image]
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
# This is important for the semver action to work correctly
|
||||
# when determining the number of commits since the last tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user