summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cve.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cve.yml')
-rw-r--r--.github/workflows/cve.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cve.yml b/.github/workflows/cve.yml
index 4535a7a..6756840 100644
--- a/.github/workflows/cve.yml
+++ b/.github/workflows/cve.yml
@@ -27,7 +27,7 @@ jobs:
name: CVE regression
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Autotools Dependencies (Linux)
run: |
@@ -40,7 +40,7 @@ jobs:
make
sudo make install
- name: Checkout CVE test repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: HDFGroup/cve_hdf5
path: cve_hdf5