diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 0a10aeb..0e9db70 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -12,7 +12,7 @@ jobs: has_new_commits: ${{ steps.check-for-commits.outputs.has_new_commits }} steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Get the date of the last run id: last-run @@ -36,7 +36,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.7 - name: Delete existing nightly release if: needs.check-commits.outputs.has_new_commits == 'true'