From 61d2c8d01e35bba0a0a7363f40bb6a81f289b76d Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 23 Dec 2022 17:55:43 -0600 Subject: [PATCH] chore(build): update actions/checkout to v3 --- .github/workflows/pr.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a38e5e7..984d2a4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: cxx: cl steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 78b153a..a7a4fdb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -36,7 +36,7 @@ jobs: cxx: cl steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true