Update GitHub Action Versions (#89)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gitbot Actions
2024-07-06 15:57:28 +01:00
committed by GitHub
parent dde38c121c
commit 0fde3ab76e

View File

@@ -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'