diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a603fe95..a64238aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index ac68243b..6324eecb 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -11,7 +11,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to Docker Hub uses: docker/login-action@v4 with: