diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6d39c5e..6540003 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@v5 + uses: actions/checkout@v6 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer diff --git a/.github/workflows/test-scan.yml b/.github/workflows/test-scan.yml index c445f26..a7d8aaf 100644 --- a/.github/workflows/test-scan.yml +++ b/.github/workflows/test-scan.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Download test virii - name: Download EICAR test files