From af85ac667966f95ecac8af6105d6cfcdefc3ec74 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 3 Feb 2023 13:57:12 +0100 Subject: [PATCH] Use `actions/checkout@v3` --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e42b78e849c..74511e6903e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Set-up PHP" uses: shivammathur/setup-php@v2 @@ -57,7 +57,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Create cache dir" run: mkdir .cache @@ -83,7 +83,7 @@ jobs: continue-on-error: true steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'docs'