From c217d59d929ef9f137a7df5f1e1eeff5e4b11415 Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Fri, 19 Sep 2025 08:19:25 -0400 Subject: [PATCH] chore(ci): update actiosn --- .../.github/workflows/ci.yml" | 8 ++++---- .../.github/workflows/commit.yml" | 4 ++-- .../.github/workflows/release.yml" | 4 ++-- .../.github/workflows/security.yml" | 2 +- .../.github/workflows/update.yml" | 2 +- .../.github/workflows/validate_pr_titles.yml" | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" index f16970f..78ba8c1 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/ci.yml" @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository @@ -72,7 +72,7 @@ jobs: - linux/arm64 steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository @@ -147,7 +147,7 @@ jobs: exit 1 fi - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Scan workflow logs for warnings and errors run: scripts/scan_workflow_logs.sh {% raw %}${{ github.run_id }}{% endraw %} env: diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" index 2a8af3e..8b099cb 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/commit.yml" @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository @@ -40,7 +40,7 @@ jobs: - linux/arm64 steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: 'false' diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" index 1e89f52..23ac38b 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/release.yml" @@ -21,7 +21,7 @@ jobs: tag: ${{ "{{ steps.release.outputs.tag }}" }} steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: 'false' @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ "{{ needs.release.outputs.tag }}" }} diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" index 4949d77..9ca8362 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/security.yml" @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" index 3c726d1..72a3aee 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: 'false' - name: Bootstrap repository diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/validate_pr_titles.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/validate_pr_titles.yml" index 4487979..5fefd5f 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/validate_pr_titles.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/validate_pr_titles.yml" @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/amannn/action-semantic-pull-request/releases - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ "{{ secrets.GITHUB_TOKEN }}" }} with: