From a418ced2bb896d0bab0a7a2b79aa878a667e7716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:22:16 +0000 Subject: [PATCH] GitHub-Actions: Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ANALYSIS.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/RELEASE.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ANALYSIS.yml b/.github/workflows/ANALYSIS.yml index dbf5e64..28986c3 100644 --- a/.github/workflows/ANALYSIS.yml +++ b/.github/workflows/ANALYSIS.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: github/codeql-action/init@v2 with: languages: javascript diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5428556..b9697ce 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [10, 12, 14] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index a55c096..6d549bc 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -6,7 +6,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Publish to NPM - uses: actions/setup-node@v3.6.0 with: