summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-04-16 17:15:48 +1200
committerOlly Betts <olly@survex.com>2023-04-16 17:15:48 +1200
commit7bbe1c5b65a1d6fae239e97eb01ae654024cde7f (patch)
treee8031e492a495ae61ea033ed3c1a8e603063921d
parente3b112c69ceed5c39cb07fa45a3ba62b27712679 (diff)
downloadswig-7bbe1c5b65a1d6fae239e97eb01ae654024cde7f.tar.gz
[ci] Update to latest actions/checkout
Should fix slew of warnings that "Node.js 12 actions are deprecated"
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5b09dba7d..ba1e04136 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -330,7 +330,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
submodules: recursive