From 32040aa620d540ce04023374f546b579cc020c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:00:31 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.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/v2.3.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d2f5cfb..a65ae01 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2.3.0 + uses: actions/checkout@v3.3.0 - name: Set up Node.js uses: actions/setup-node@v1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80d1192..eca65c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v1.4.2 - name: Checkout Repo - uses: actions/checkout@v2.3.0 + uses: actions/checkout@v3.3.0 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }}