diff options
Diffstat (limited to '.github/workflows/coverity.yml')
| -rw-r--r-- | .github/workflows/coverity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 5a289bf..5fb36fd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml | |||
| @@ -9,7 +9,7 @@ jobs: | |||
| 9 | container: debian:stable | 9 | container: debian:stable |
| 10 | steps: | 10 | steps: |
| 11 | - name: Checkout code | 11 | - name: Checkout code |
| 12 | uses: actions/checkout@v3 | 12 | uses: actions/checkout@v4 |
| 13 | - name: Install dependencies | 13 | - name: Install dependencies |
| 14 | run: | | 14 | run: | |
| 15 | apt update | 15 | apt update |
