From 4a60e01f91a7fe8cc9277f411efecd6128b12dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 00:32:47 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. - [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.3.4...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e582f0c5..9ba4b542 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.2 with: submodules: true - uses: actions/setup-node@v2.1.5 @@ -23,7 +23,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.2 with: submodules: true - uses: actions/setup-node@v2.1.5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af4d4a7a..d8369e86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: matrix: node-version: [12.x] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.0.2 with: submodules: true - name: Use Node.js ${{ matrix.node-version }}