ci: update action versions

This commit is contained in:
2 * r + 2 * t 2026-03-20 19:29:18 +11:00
parent ca28d39ec4
commit b85ad9d7f4
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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: |

View file

@ -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