From 82b6dc1434df4dd62cca0492152c2de6e6e0054b Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Wed, 27 Mar 2024 18:07:56 +0100 Subject: [PATCH] Upgrade version of checkout action --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b4041ddb9..de486783b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -11,7 +11,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build image uses: redhat-actions/buildah-build@v2 with: