From 32cc600b054eb400e8ce2578ffb201376f71fdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:38:48 +0000 Subject: [PATCH] build(deps): 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/benchmark.yml | 4 ++-- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis-with-atm-query-suite.yml | 2 +- .github/workflows/package-manager-ci.yml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 076f8ae1ec4..db53068a812 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,7 +19,7 @@ jobs: matrix: node-version: [12, 14, 16] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -40,7 +40,7 @@ jobs: echo "::set-output name=BENCH_RESULT${{matrix.node-version}}::$result" # main benchmark - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: 'main' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6c98fbbb03..24acac48ffb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Runs a single command using the runners shell - name: Run a one-line script diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91df5bf39b..45d963adcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/codeql-analysis-with-atm-query-suite.yml b/.github/workflows/codeql-analysis-with-atm-query-suite.yml index b6db8b10e2c..46c78b8dd43 100644 --- a/.github/workflows/codeql-analysis-with-atm-query-suite.yml +++ b/.github/workflows/codeql-analysis-with-atm-query-suite.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install ATM query pack run: | diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 50b39ab988e..0ba199ff5e0 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-18.04] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v2.1.5 @@ -42,7 +42,7 @@ jobs: os: [ubuntu-18.04] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v2.1.5