From 45350eda5cd40f04bdfd02b55adf9f74853a61fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Guzm=C3=A1n?= Date: Sat, 4 Mar 2023 22:16:16 -0600 Subject: [PATCH] use checkout@v3 NodeJS 12 actions are deprecated, use a newer checkout action instead --- .github/workflows/build.yml | 2 +- .github/workflows/subdir_example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a752c7f..2ae05d0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: submodule run: git submodule update --init --recursive - name: extra_path diff --git a/.github/workflows/subdir_example.yml b/.github/workflows/subdir_example.yml index d7efe0f6..df3873e7 100644 --- a/.github/workflows/subdir_example.yml +++ b/.github/workflows/subdir_example.yml @@ -27,7 +27,7 @@ jobs: } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: configure shell: cmake -P {0} run: |