diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc27b3c..0160283 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc73243..de69a63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: |