diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d6da0b3..df9fb86 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -33,13 +33,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@v3.9.2 #v3.4.0 + uses: sigstore/cosign-installer@v3.10.0 #v3.4.0 # Set up BuildKit Docker container builder to be able to build # multi-platform images and export cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 288302b..fb39b14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Build and push Docker image uses: docker/build-push-action@v6