From 4664a53c885db5c96f4a43818635f7e16968187b Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Thu, 2 Apr 2026 10:48:44 +1100 Subject: [PATCH] chore: Update github actions --- .github/workflows/actionlint.yml | 4 ++-- .github/workflows/deploy.yml | 3 +-- .github/workflows/preview-create.yml | 2 +- .github/workflows/preview-delete.yml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 2defa91..3690518 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -12,11 +12,11 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: show-progress: false - name: actionlint - uses: raven-actions/actionlint@v1 + uses: raven-actions/actionlint@v2 with: shellcheck: false pyflakes: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd8661f..87e746b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,7 +57,7 @@ jobs: url: ${{ steps.skpr-info.outputs.url }} steps: - name: ⬇️ Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 show-progress: false @@ -114,4 +114,3 @@ jobs: - name: 🧹 Post-deploy if: "${{ inputs.post_deploy != '' }}" run: skpr exec ${{ inputs.env }} ${{ inputs.post_deploy }} - diff --git a/.github/workflows/preview-create.yml b/.github/workflows/preview-create.yml index a7afbbe..b40d58b 100644 --- a/.github/workflows/preview-create.yml +++ b/.github/workflows/preview-create.yml @@ -66,7 +66,7 @@ jobs: preview-domain: ${{ steps.info.outputs.preview_domain }} steps: - name: ⬇️ Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ℹ️ Get Preview Environment Information id: info diff --git a/.github/workflows/preview-delete.yml b/.github/workflows/preview-delete.yml index 29112c0..dc2db0f 100644 --- a/.github/workflows/preview-delete.yml +++ b/.github/workflows/preview-delete.yml @@ -47,7 +47,7 @@ jobs: preview-name: ${{ steps.info.outputs.preview_name }} steps: - name: ⬇️ Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ℹ️ Get Preview Environment Information id: info run: |