From 0038cfdf5dfa72b62db4a3ce974b5e3053b89f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 03:01:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.1.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [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.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082599e..b675d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node-version: [13.x] steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.5.1 with: @@ -34,7 +34,7 @@ jobs: # needs: build # if: github.ref == 'refs/heads/master' # steps: -# - uses: actions/checkout@v3.1.0 +# - uses: actions/checkout@v3.3.0 # - name: Use Node.js 13.x # uses: actions/setup-node@v3.5.1 # with: @@ -55,7 +55,7 @@ jobs: # runs-on: ubuntu-latest # # steps: -# - uses: actions/checkout@v3.1.0 +# - uses: actions/checkout@v3.3.0 # - name: Setup Python # uses: actions/setup-python@v2.1.2 # with: