From 0fde3ab76e5a72c0cffba9da23098f50141fd5ce Mon Sep 17 00:00:00 2001 From: Gitbot Actions <121853638+Gitbot-Actions@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:57:28 +0100 Subject: [PATCH] Update GitHub Action Versions (#89) Co-authored-by: github-actions[bot] --- .github/workflows/nightly-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'