From 965c4afcca9ff6fc3092b28625d8a4f5968388d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:46:26 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- ghost/portal/.github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/.github/workflows/test.yml b/ghost/portal/.github/workflows/test.yml index 50e5f5b5ae..c616386d72 100644 --- a/ghost/portal/.github/workflows/test.yml +++ b/ghost/portal/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: CI: true name: Node ${{ matrix.node }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}