From 2e51deb47556966734805af81dcc58d3a49eb443 Mon Sep 17 00:00:00 2001 From: Simon Rupf Date: Sat, 14 Dec 2024 09:17:07 +0100 Subject: [PATCH] update github workflow to address deprecations --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 2c57e42..bb15764 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare id: prepare run: |