From b85ad9d7f4795f064767bf1ec43f88969ca0fae1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 20 Mar 2026 19:29:18 +1100 Subject: [PATCH] ci: update action versions --- .github/actions/setup-arch/action.yml | 4 ++-- .github/workflows/check-format.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/update-flake-inputs.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-arch/action.yml b/.github/actions/setup-arch/action.yml index be400ef1..456bb444 100644 --- a/.github/actions/setup-arch/action.yml +++ b/.github/actions/setup-arch/action.yml @@ -10,7 +10,7 @@ runs: run: echo "week=$(date +%Y-%U)" >> $GITHUB_OUTPUT - name: Restore package cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | /var/cache/pacman/pkg @@ -41,7 +41,7 @@ runs: run: sudo -u builder yay -S --noconfirm quickshell-git - name: Save packages to cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | /var/cache/pacman/pkg diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index e404104a..f40586db 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -14,7 +14,7 @@ jobs: image: archlinux:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ./.github/actions/setup-arch - name: Check QML format diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac437723..b0dff7dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Create release on: push: tags: - - 'v*' + - "v*" jobs: build-and-release: @@ -13,7 +13,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Create packages run: | diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index c52c5e1b..8980b760 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -17,7 +17,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: token: ${{ steps.app-token.outputs.token }} persist-credentials: false