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: