From 1dd8a38038a8e386826133cc2f7d1bc8d3e2216b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 18:46:07 +0000 Subject: [PATCH] Update actions/checkout action to v3.0.1 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0452ebcc77d..ea50213860b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6e1cd9fc507..26515f27f6a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0