diff --git a/.github/workflows/jh-publish.yml b/.github/workflows/jh-publish.yml index 73b7fca..65306fd 100644 --- a/.github/workflows/jh-publish.yml +++ b/.github/workflows/jh-publish.yml @@ -18,7 +18,7 @@ jobs: architectures: ${{ steps.info.outputs.architectures }} steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get information id: info @@ -38,14 +38,14 @@ jobs: architecture: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: olegtarasov/get-tag@v2.1 if: github.event_name == 'release' name: Set tag envronment variable - name: Login to GitHub Container Registry - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -59,5 +59,3 @@ jobs: --target /data \ --cosign \ --generic $GIT_TAG_NAME - env: - CAS_API_KEY: ${{ secrets.CAS_TOKEN }} diff --git a/.github/workflows/jh-release-drafter.yml b/.github/workflows/jh-release-drafter.yml index 304133e..082e2a9 100644 --- a/.github/workflows/jh-release-drafter.yml +++ b/.github/workflows/jh-release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0