From 2696bd5b447874663be2b5191364d2740be24cdd Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 14 Jun 2022 11:33:43 +0200 Subject: [PATCH] CI: update action references to pull in the right packages for nightly build --- .github/workflows/nightly-debian.yml | 4 ++-- .github/workflows/nightly-opensuse.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-debian.yml b/.github/workflows/nightly-debian.yml index f7c232569..87cf5118e 100644 --- a/.github/workflows/nightly-debian.yml +++ b/.github/workflows/nightly-debian.yml @@ -1,4 +1,4 @@ -name: nightly-debian-10 +name: nightly-debian-11 on: schedule: @@ -22,7 +22,7 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-debian@v4 + uses: calamares/actions/prepare-debian@v5 - name: "prepare source" uses: calamares/actions/generic-checkout@v4 - name: "build" diff --git a/.github/workflows/nightly-opensuse.yml b/.github/workflows/nightly-opensuse.yml index 34a90b392..469632f0a 100644 --- a/.github/workflows/nightly-opensuse.yml +++ b/.github/workflows/nightly-opensuse.yml @@ -22,7 +22,7 @@ jobs: options: --tmpfs /build:rw --user 0:0 steps: - name: "prepare env" - uses: calamares/actions/prepare-opensuse@v4 + uses: calamares/actions/prepare-opensuse@0947b82b55adbb1055018d706da46eb70f8bcce5 - name: "prepare source" uses: calamares/actions/generic-checkout@v4 - name: "build"