From d9e9d71fa3ad4e8492424dfc3a5632c53d3c8da7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 14:43:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/pr.yml | 2 +- .github/workflows/trunk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8dde64682..52c0658f7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: node-version: [10.x, 12.x] nexus: [nexus@^1.0.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index eb8a8eb57..6389a73ae 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -15,7 +15,7 @@ jobs: node-version: [10.x, 12.x] nexus: [nexus@^1.0.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }}