summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8499ad47..1a5fd6f1 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -42,7 +42,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- - uses: actions/checkout@v3.2.0
+ - uses: actions/checkout@v3.3.0
- name: Install build dependencies
run: |-
set -x -u