diff --git a/.github/workflows/build-dashboard.yml b/.github/workflows/build-dashboard.yml index 4b81674..a8b3720 100644 --- a/.github/workflows/build-dashboard.yml +++ b/.github/workflows/build-dashboard.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -73,7 +73,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9501600..267019b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -71,7 +71,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release-dashboard.yml b/.github/workflows/release-dashboard.yml index b023fdf..dbf2cd5 100644 --- a/.github/workflows/release-dashboard.yml +++ b/.github/workflows/release-dashboard.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -67,7 +67,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 563aeef..33e4831 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -91,7 +91,7 @@ jobs: steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: |