diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 99e97f2..88bb4c4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -4,7 +4,7 @@ jobs: unit-tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup uses: actions/setup-python@v5 with: @@ -43,7 +43,7 @@ jobs: run: | GHCR_REPOSITORY="${{ github.repository_owner }}" echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name : Login to GHCR uses : docker/login-action@v3.5.0 with : diff --git a/.github/workflows/update-task-in-docker-images.yml b/.github/workflows/update-task-in-docker-images.yml index 4280745..187a935 100644 --- a/.github/workflows/update-task-in-docker-images.yml +++ b/.github/workflows/update-task-in-docker-images.yml @@ -31,7 +31,7 @@ jobs: echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install cosign uses: sigstore/cosign-installer@v3.9.2 diff --git a/.github/workflows/update-timew-in-docker-images.yml b/.github/workflows/update-timew-in-docker-images.yml index 4c8f813..1bf439c 100644 --- a/.github/workflows/update-timew-in-docker-images.yml +++ b/.github/workflows/update-timew-in-docker-images.yml @@ -31,7 +31,7 @@ jobs: echo "REPOSITORY=${GHCR_REPOSITORY,,}" >> ${GITHUB_ENV} - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install cosign uses: sigstore/cosign-installer@v3.9.2