From a2f167c9dddab8d1865b493c04eefd5ba65d1237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 01:20:51 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.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.3.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/draft-github-release.yml | 2 +- .github/workflows/publish-on-npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-github-release.yml b/.github/workflows/draft-github-release.yml index 5864db464e..362c955456 100644 --- a/.github/workflows/draft-github-release.yml +++ b/.github/workflows/draft-github-release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 with: # We need to fetch the full repository in order to write complete # release notes. diff --git a/.github/workflows/publish-on-npm.yml b/.github/workflows/publish-on-npm.yml index 5bce285f59..58fe380136 100644 --- a/.github/workflows/publish-on-npm.yml +++ b/.github/workflows/publish-on-npm.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: # This action checks out at the commit of the tagged release. - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 # Install all deps in preparation for creating a release. # Unlike publishing, this is done using the normal NPM registry # to download deps.