From 232010eb2055b40b7f0754284d477e579a72dbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:07:45 +0000 Subject: [PATCH] chore: bump actions/checkout from 3.0.2 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 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.0.2...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.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c935dc6..dcac0d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.3.0 - uses: actions/setup-node@v3.1.1 with: registry-url: "https://npm.pkg.github.com" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e438c2..35176b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v3.3.0 - name: Install Node v16 uses: actions/setup-node@v3.0.0