diff --git a/.github/workflows/build-dashboard.yml b/.github/workflows/build-dashboard.yml index a8b3720..fe50812 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 267019b..8d239eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release-dashboard.yml b/.github/workflows/release-dashboard.yml index dbf2cd5..c485605 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@v5 + uses: actions/checkout@v6 - 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@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 8e14b19..9aed045 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU id: qemu @@ -91,7 +91,7 @@ jobs: steps: - name: Check out code for the container build - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Continue if Singularity recipe exists run: |