From 6ef63159a10bfa79be939f4c4d051de42d6e151b Mon Sep 17 00:00:00 2001 From: Walmyr Date: Sat, 7 Oct 2023 15:49:13 +0200 Subject: [PATCH] Use actions/checkout@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c6c04d7..184c2121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cypress run uses: cypress-io/github-action@v6 env: