diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0cc0d99..de1bf26 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Build the Docker image run: docker build . --file docker/Dockerfile --tag my-image-name:$(date +%s) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a1e7eb6..44ac167 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 21a7f49..d0757b2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -23,7 +23,7 @@ jobs: image: ["docker"] steps: - name: "Checkout Code" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # submodules: 'recursive' fetch-depth: 1