From d1842b6be06363543e782c0470e45f8c8a6cd294 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Mon, 23 Sep 2024 11:17:28 -0400 Subject: [PATCH] Updating the fixture for latest action checkout versioning --- act/fixtures/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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