chore: update Node 16 actions to latest versions
This commit is contained in:
parent
7427e32030
commit
57c083bc48
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
steps:
|
||||
# Checkout push-to-registry action GitHub repository
|
||||
- name: Checkout Push to Registry action
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Generate tags
|
||||
id: generate-tags
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
# Build metadata
|
||||
- name: Image Metadata
|
||||
uses: docker/metadata-action@v4
|
||||
uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
images: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue