From 85ab91e096e58f5c96893653917973371ae6de60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 18:41:57 +0000 Subject: [PATCH] Update actions/checkout action to v3.1.0 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.0 | v3.1.0 | | github-tags | actions/checkout | v3.0.0 | v3.1.0 | | github-tags | actions/checkout | v3.0.0 | v3.1.0 | --- .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 542df1f..8e6b931 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: endpoints-version: ${{ steps.get-endpoints-version.outputs.endpoints-version }} steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: runs-on: macos-11 steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.1.0 - uses: actions/setup-java@v3.1.0 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c628a6b..328bf78 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0