summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-11-03 09:09:07 -0400
committerLinus Groh <mail@linusgroh.de>2022-11-03 13:32:16 +0000
commite1ac9c83b235e2a1556f5aa1e2cffb08db4ca150 (patch)
tree01c090a1a6457f5e7990d2de50e836503f8362d4 /.github
parent0252d7291ce8aed11848718eab3516c92f4c39a6 (diff)
downloadserenity-e1ac9c83b235e2a1556f5aa1e2cffb08db4ca150.zip
CI: Also update the main workflow to use actions/checkout version 3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index b9cd0c256b..0a493a2041 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -31,7 +31,7 @@ jobs:
arch: 'x86_64'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
# Set default Python to python 3.x, and set Python path such that pip install works properly
- uses: actions/setup-python@v4
with: