diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7154dc5..60ab90c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,7 +14,7 @@ jobs: options: --security-opt seccomp=unconfined steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Generate code coverage run: |