chore: update Node 16 actions to latest versions (#11)
Co-authored-by: Benjamin Sherman <benjamin@holyarmy.org> Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com>
This commit is contained in:
parent
b7a13fbbaa
commit
be9a9d9fd0
|
|
@ -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…
Reference in New Issue