From 45d32a78ff46a05a51ff634ad93497b152548265 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 16:15:55 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/preview-and-up.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-and-up.yml b/.github/workflows/preview-and-up.yml index 832762f..e223c66 100644 --- a/.github/workflows/preview-and-up.yml +++ b/.github/workflows/preview-and-up.yml @@ -13,7 +13,7 @@ jobs: preview-up-destroy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: In order to use the Pulumi v2+ action, we need to setup the Pulumi project specific language environment uses: actions/setup-node@v2