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 33eecf3..bd58f71 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -25,7 +25,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 valgrind
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-python@v5
with:
python-version: '3.12'