From 3358c8e6bb2c992b1295632a00297f3e1d9e2a6c Mon Sep 17 00:00:00 2001 From: June <38109440+DevopsGoth@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:55:51 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fdaecc578..2f468a2abb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: GHC_VERSION: ${{ needs.release_vars.outputs.GHC_VERSION }} UBUNTU_VERSION: ${{ needs.release_vars.outputs.UBUNTU_VERSION }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ env.RELEASE_SHA }} sparse-checkout: 'CHANGELOG.md' @@ -131,7 +131,7 @@ jobs: git push --tags - name: Login to GHCR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}