diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85a1c97..89eaeb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT shell: bash - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: