aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-ci.yml')
-rw-r--r--.github/workflows/pr-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index ef1da4c..faacc83 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y clang doxygen gcc gcc-10 gcc-9 libstdc++-10-dev libstdc++-9-dev ninja-build python3-pip python3-setuptools valgrind
- - uses: actions/checkout@v3
+ - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- run: test/ci-install.sh
- run: test/ci-build.sh