From f3c191e397ccd6c3115c6d8af614f9813e932c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 06:03:51 +0000 Subject: [PATCH] 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/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..0b924f6 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.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/publish-wasm.yml b/.github/workflows/publish-wasm.yml index d7ed1f2..706edaa 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.3.0 with: fetch-depth: 0