diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f127626..ec28a265 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Generate Change Log id: changelog