diff --git a/.github/workflows/font-check.yml b/.github/workflows/font-check.yml index 90759f9..824d7d9 100644 --- a/.github/workflows/font-check.yml +++ b/.github/workflows/font-check.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Extract metadata (tags, labels) for Docker id: meta diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 2b468b6..486c85b 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -20,7 +20,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to the Container registry uses: docker/login-action@v4.2.0 with: