From bc5cb987004c0b79266ce74670101fb426619072 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Tue, 24 Sep 2024 12:55:06 +1000 Subject: [PATCH] Update checkout action version (#478) --- .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 666ab4f4..9f6bb514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - '18' name: Test using node ${{ matrix.node }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Node ${{ matrix.node }} shell: bash -eo pipefail -l {0} run: |