diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3731963..b0a970f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: | echo "message=Thanks for follow [Monkey365](https://github.com/silverhack/monkey365)! This is a tagged release (${{ steps.date.outputs.today }})." >> $GITHUB_ENV - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create Release id: create_release uses: comnoco/create-release-action@v2.0.5