From a2388a9cbcef2ace12bb62b2a46f1babd06c838b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:42:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-azclient-trace.yml | 2 +- .github/workflows/release-azclient.yml | 2 +- .github/workflows/release-configloader.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-azclient-trace.yml b/.github/workflows/release-azclient-trace.yml index d0b84676a5..b8545ae5e4 100644 --- a/.github/workflows/release-azclient-trace.yml +++ b/.github/workflows/release-azclient-trace.yml @@ -19,7 +19,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: '0' - name: Bump version and push tag diff --git a/.github/workflows/release-azclient.yml b/.github/workflows/release-azclient.yml index ccadb67ed6..6f51565337 100644 --- a/.github/workflows/release-azclient.yml +++ b/.github/workflows/release-azclient.yml @@ -22,7 +22,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: '0' - name: Bump version and push tag diff --git a/.github/workflows/release-configloader.yml b/.github/workflows/release-configloader.yml index d25f7478da..9bf66235bf 100644 --- a/.github/workflows/release-configloader.yml +++ b/.github/workflows/release-configloader.yml @@ -19,7 +19,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: '0' - name: Bump version and push tag