From 6f0b106ef269fababf5cebddbafcdc37121b085f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:40:49 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-emails.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/eslint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-for-emails.yml b/.github/workflows/check-for-emails.yml index 9973a0d168d..595f0240d9a 100644 --- a/.github/workflows/check-for-emails.yml +++ b/.github/workflows/check-for-emails.yml @@ -10,7 +10,7 @@ jobs: name: Check for emails in issue comments steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Scan comment id: scan uses: FlowCrypt/comment-email-address-alerts@v21 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e57606b693e..85611a9d579 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 35b5f7cac45..e2224bc87a6 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -25,7 +25,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. with: