diff --git a/.github/workflows/docker-branch.yml b/.github/workflows/docker-branch.yml index 979a754..f2e8fef 100644 --- a/.github/workflows/docker-branch.yml +++ b/.github/workflows/docker-branch.yml @@ -33,7 +33,7 @@ jobs: tags: | type=ref,event=branch,prefix=branch- - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Test run: echo "ghcr.io/${{ env.REPO_LOWER }}:branch-${GITHUB_REF##*/}" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f60cd26..a70c04e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Determine Short SHA run: echo ${{ github.sha }} | tail -c 8 | (read; echo SHORT_SHA=$REPLY) >> $GITHUB_ENV diff --git a/.github/workflows/publish_dx.yml b/.github/workflows/publish_dx.yml index 901874b..5f7f30b 100644 --- a/.github/workflows/publish_dx.yml +++ b/.github/workflows/publish_dx.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Sanitize Version for Tagging run: echo ${{ github.event.release.tag_name }} | sed 's/^v//' | (read; echo SHORT_VERSION=$REPLY) >> $GITHUB_ENV