diff --git a/.github/workflows/nightly-debian.yml b/.github/workflows/nightly-debian.yml index f7ff254df..8de2932bc 100644 --- a/.github/workflows/nightly-debian.yml +++ b/.github/workflows/nightly-debian.yml @@ -64,7 +64,7 @@ jobs: libqt5webenginewidgets5 \ qtwebengine5-dev - name: "prepare source" - uses: calamares/actions/generic-checkout@v4 + uses: calamares/actions/generic-checkout@v5 - name: "build" id: build uses: calamares/actions/generic-build@v4 diff --git a/.github/workflows/nightly-neon.yml b/.github/workflows/nightly-neon.yml index 5cf3e7788..a010c1493 100644 --- a/.github/workflows/nightly-neon.yml +++ b/.github/workflows/nightly-neon.yml @@ -20,7 +20,7 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare source" - uses: calamares/actions/generic-checkout@v4 + uses: calamares/actions/generic-checkout@v5 - name: "install dependencies" shell: bash run: | diff --git a/.github/workflows/nightly-opensuse-qt6.yml b/.github/workflows/nightly-opensuse-qt6.yml index 7a742bea8..8d2b5438d 100644 --- a/.github/workflows/nightly-opensuse-qt6.yml +++ b/.github/workflows/nightly-opensuse-qt6.yml @@ -24,7 +24,7 @@ jobs: shell: bash run: zypper --non-interactive in git-core jq curl - name: "prepare source" - uses: calamares/actions/generic-checkout@v4 + uses: calamares/actions/generic-checkout@v5 - name: "install dependencies" shell: bash run: | diff --git a/.github/workflows/nightly-opensuse.yml b/.github/workflows/nightly-opensuse.yml index 0ad5d058e..5b268883c 100644 --- a/.github/workflows/nightly-opensuse.yml +++ b/.github/workflows/nightly-opensuse.yml @@ -65,7 +65,7 @@ jobs: libAppStreamQt-devel \ libatasmart-devel - name: "prepare source" - uses: calamares/actions/generic-checkout@v4 + uses: calamares/actions/generic-checkout@v5 - name: "build" id: build uses: calamares/actions/generic-build@v4 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7794a28d5..591839b91 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,7 +29,7 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare source" - uses: calamares/actions/generic-checkout@330c45ae1eb6efad4ad75a6dd887c3c5d5fe1590 + uses: calamares/actions/generic-checkout@v5 - name: "install dependencies" shell: bash run: |