diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index f718d6f..42d873f 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Check if we need to login and if image should be pushed id: push_check