diff --git a/act/fixtures/workflows/code_review.yml b/act/fixtures/workflows/code_review.yml index 29a1577..fd7651b 100644 --- a/act/fixtures/workflows/code_review.yml +++ b/act/fixtures/workflows/code_review.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: ./ - name: Code Review