From 7902c020349d0413902583be12ba8b43a706cd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 03:04:15 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#56) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.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.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/neocities.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index b306527..8927159 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbfc10d..cd7129b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: version_and_release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 with: # fetch full history so things like auto-changelog work properly fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db5fd23..5d7dbbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node: [15] steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v2.4.1 with: