ci: update action versions
This commit is contained in:
parent
ca28d39ec4
commit
b85ad9d7f4
4 changed files with 6 additions and 6 deletions
4
.github/actions/setup-arch/action.yml
vendored
4
.github/actions/setup-arch/action.yml
vendored
|
|
@ -10,7 +10,7 @@ runs:
|
||||||
run: echo "week=$(date +%Y-%U)" >> $GITHUB_OUTPUT
|
run: echo "week=$(date +%Y-%U)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Restore package cache
|
- name: Restore package cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/var/cache/pacman/pkg
|
/var/cache/pacman/pkg
|
||||||
|
|
@ -41,7 +41,7 @@ runs:
|
||||||
run: sudo -u builder yay -S --noconfirm quickshell-git
|
run: sudo -u builder yay -S --noconfirm quickshell-git
|
||||||
|
|
||||||
- name: Save packages to cache
|
- name: Save packages to cache
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/var/cache/pacman/pkg
|
/var/cache/pacman/pkg
|
||||||
|
|
|
||||||
2
.github/workflows/check-format.yml
vendored
2
.github/workflows/check-format.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- uses: ./.github/actions/setup-arch
|
- uses: ./.github/actions/setup-arch
|
||||||
|
|
||||||
- name: Check QML format
|
- name: Check QML format
|
||||||
|
|
|
||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Create release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Create packages
|
- name: Create packages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/update-flake-inputs.yml
vendored
2
.github/workflows/update-flake-inputs.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
app-id: ${{ secrets.APP_ID }}
|
app-id: ${{ secrets.APP_ID }}
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue