From 060ca4281e14e761e255f8033f8adb67d4fe7648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 06:03:06 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-native-ts.yml | 2 +- .github/workflows/publish-wasm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-native-ts.yml b/.github/workflows/publish-native-ts.yml index b879d12..ac270ab 100644 --- a/.github/workflows/publish-native-ts.yml +++ b/.github/workflows/publish-native-ts.yml @@ -15,7 +15,7 @@ jobs: name: Publish on NPM and GPR runs-on: windows-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/publish-wasm.yml b/.github/workflows/publish-wasm.yml index d7ed1f2..74f9ebf 100644 --- a/.github/workflows/publish-wasm.yml +++ b/.github/workflows/publish-wasm.yml @@ -15,7 +15,7 @@ jobs: name: Publish on NPM and GPR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0