diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e4228e..757ebf2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4ca5aa3..da08e93 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract metadata (tags, labels) for Docker id: meta