diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 335e124..09bb5ea 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -78,7 +78,7 @@ jobs: container: image: swift:5.6 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Generate Documentation run: ./scripts/generate-documentation.sh ./docs Partial