From cd23a452f73aadfacaa2e52ae72b175e4fa37a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:09:10 +0000 Subject: [PATCH] build: bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/clean-acr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-acr.yml b/.github/workflows/clean-acr.yml index 813184c6d0..1573b78237 100644 --- a/.github/workflows/clean-acr.yml +++ b/.github/workflows/clean-acr.yml @@ -33,7 +33,7 @@ jobs: secrets: "clean-acr-connection-string" id: getSecret - name: checkout repo content - uses: actions/checkout@v2 # checkout the repo + uses: actions/checkout@v3 # checkout the repo - name: setup python uses: actions/setup-python@v4 with: