From be9a9d9fd02278726cd43d9ac118ef874df307e9 Mon Sep 17 00:00:00 2001 From: Marcin Jahn <10273406+marcinjahn@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:58:01 +0200 Subject: [PATCH] chore: update Node 16 actions to latest versions (#11) Co-authored-by: Benjamin Sherman Co-authored-by: Noel Miller <4983138+noelmiller@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7cc31b..5daee78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |