diff options
Diffstat (limited to '.github/workflows/release-files.yml')
-rw-r--r-- | .github/workflows/release-files.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 4473b42..c80526a 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -1,4 +1,4 @@ -name: hdf5 1.14 release +name: hdf5 1.14 release-files # Controls when the action will run. Triggers the workflow on a schedule on: @@ -40,7 +40,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Get Sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 |