Update GitHub Action Versions (#89)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
has_new_commits: ${{ steps.check-for-commits.outputs.has_new_commits }}
|
has_new_commits: ${{ steps.check-for-commits.outputs.has_new_commits }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Get the date of the last run
|
- name: Get the date of the last run
|
||||||
id: last-run
|
id: last-run
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Delete existing nightly release
|
- name: Delete existing nightly release
|
||||||
if: needs.check-commits.outputs.has_new_commits == 'true'
|
if: needs.check-commits.outputs.has_new_commits == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user