From 05832f5c1067505fdfd449571c0ff8a595c5540e Mon Sep 17 00:00:00 2001 From: Pavlos Tzianos Date: Sun, 22 Sep 2024 09:09:34 +0100 Subject: [PATCH] update publish checkout action to v4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e6a6dde9..76a26f93f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v3