From 0dc38e256b9b4aed3d4e8f9f0a7ea36826c5de5e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 19:52:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.0.1 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 67a046e..1d374dd 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 - name: Sync release version. diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index be06e23..82a4814 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0