mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
CI: bump checkout action to latest version
This commit is contained in:
parent
7ece6f9d2c
commit
889d78deed
5 changed files with 5 additions and 5 deletions
2
.github/workflows/nightly-debian.yml
vendored
2
.github/workflows/nightly-debian.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/nightly-neon.yml
vendored
2
.github/workflows/nightly-neon.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/nightly-opensuse-qt6.yml
vendored
2
.github/workflows/nightly-opensuse-qt6.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/nightly-opensuse.yml
vendored
2
.github/workflows/nightly-opensuse.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue