From c30e0d7bddcb76c84964fdda2ef5d0d4c9bf10c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:36:55 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#5154) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/playwright.yml | 2 +- .github/workflows/test.yml | 6 +++--- .github/workflows/upload.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1841a0af47..a83f34f77e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,7 +9,7 @@ jobs: env: MAAS_URL: localhost:5240 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b56c094db..12b3cb5edb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore node_modules id: yarn-cache uses: actions/cache@v3 @@ -36,7 +36,7 @@ jobs: matrix: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Restore node_modules id: yarn-cache uses: actions/cache@v3 @@ -56,7 +56,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dotrun uses: canonical/install-dotrun@main - name: Install dependencies diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 966361f3fe..304215f2ba 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -16,7 +16,7 @@ jobs: matrix: node-version: [16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get branch name uses: nelonoel/branch-name@v1.0.1 - name: Restore node_modules