chore: update Node 16 actions to latest versions

This commit is contained in:
Marcin Jahn 2024-04-23 18:34:53 +02:00
parent 7427e32030
commit 57c083bc48

View file

@ -31,7 +31,7 @@ jobs:
steps: steps:
# Checkout push-to-registry action GitHub repository # Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action - name: Checkout Push to Registry action
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Generate tags - name: Generate tags
id: generate-tags id: generate-tags
@ -75,7 +75,7 @@ jobs:
# Build metadata # Build metadata
- name: Image Metadata - name: Image Metadata
uses: docker/metadata-action@v4 uses: docker/metadata-action@v5
id: meta id: meta
with: with:
images: | images: |