From a5e8cbf77b618f1ed1332c4ae9dda8f39b71c4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:28:44 +0000 Subject: [PATCH] GitHub-Actions: Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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/RELEASE.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ANALYSIS.yml b/.github/workflows/ANALYSIS.yml index 7f36ecf..b790f84 100644 --- a/.github/workflows/ANALYSIS.yml +++ b/.github/workflows/ANALYSIS.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: github/codeql-action/init@v1 with: languages: javascript diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 8f2fe45..3f76380 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@v2.3.1 + - uses: actions/checkout@v4 # Publish to NPM - uses: actions/setup-node@v3.5.1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcbf61e..d50a309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: CI: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v2.5.2 with: node-version: 20