From 9e9927595004aff19498dffd3878185393e66ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:31:50 +0000 Subject: [PATCH] ci(action): update actions/checkout action to v5 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/prettier.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-prettier.yml | 2 +- .github/workflows/update.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 97173faba..3fad4ead7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index d5695faac..d626b627a 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,7 +12,7 @@ jobs: name: Do the files need to be linted? runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 321a3b3c7..8992b2b97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} owner: octokit # Needed to be able to close issues in other repositories - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: cache: npm diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index 7eb6ed55f..7a8d207dc 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -12,7 +12,7 @@ jobs: with: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: lts/* diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1f309a74d..aacaa438e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,7 +23,7 @@ jobs: with: app-id: ${{ vars.OCTOKIT_APP_ID }} private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: cache: npm