From decde461ae443f6deb4c3aff14410c794aeb9f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:58:14 +0000 Subject: [PATCH] [Dependencies]: Bump actions/checkout from 4.1.1 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [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/v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../build-and-publish-pre-release.yml | 2 +- .../workflows/build-and-publish-release.yml | 2 +- .../create-prs-for-stale-branches.yml | 4 ++-- .github/workflows/dotnet-version.yml | 2 +- .github/workflows/pr-lint.yml | 20 +++++++++---------- .github/workflows/pull-request.yml | 2 +- .github/workflows/reformat-sql.yml | 2 +- .github/workflows/reformat-yaml.yml | 2 +- .github/workflows/update-labels.yml | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-and-publish-pre-release.yml b/.github/workflows/build-and-publish-pre-release.yml index 136d8f11..9265b965 100644 --- a/.github/workflows/build-and-publish-pre-release.yml +++ b/.github/workflows/build-and-publish-pre-release.yml @@ -71,7 +71,7 @@ jobs: dotnet-nuget-prerelease.s3.eu-west-1.amazonaws.com:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 4987bbb1..cac06643 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -67,7 +67,7 @@ jobs: ## dotnet-nuget-prerelease.s3.eu-west-1.amazonaws.com:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index abd530c9..47ee6606 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -37,7 +37,7 @@ jobs: run: sudo apt install -y jq - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -91,7 +91,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index b303e74d..0f2ee7a0 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -45,7 +45,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 9b437911..6fbf9de9 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -44,7 +44,7 @@ jobs: # shell: bash # run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" # - name: "Checkout Source" -# uses: actions/checkout@v4.1.1 +# uses: actions/checkout@v4.1.3 # with: # fetch-depth: 0 # fetch-tags: true @@ -68,7 +68,7 @@ jobs: - name: "Checkout Source" if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -113,7 +113,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -245,7 +245,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -288,7 +288,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -323,7 +323,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -358,7 +358,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -404,7 +404,7 @@ jobs: - name: "Checkout Source" if: steps.visibility.outputs.is_public == 'true' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -441,7 +441,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true @@ -478,7 +478,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a8636d0c..635207ac 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -71,7 +71,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 1 fetch-tags: true diff --git a/.github/workflows/reformat-sql.yml b/.github/workflows/reformat-sql.yml index 6ff11a72..4299dfba 100644 --- a/.github/workflows/reformat-sql.yml +++ b/.github/workflows/reformat-sql.yml @@ -51,7 +51,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index 0dbffba9..d6181e19 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -52,7 +52,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index bb99c941..afa192a7 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -41,7 +41,7 @@ jobs: www.bestpractices.dev:443 - name: "Checkout Source" - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: fetch-depth: 0 fetch-tags: true