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