From c411a199193a3f0bfe0f440809f6073f76fbb3ce Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 26 Sep 2023 00:22:12 +0200 Subject: [PATCH] Upgrade GitHub Actions --- .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 57adf4bd..fc1efbb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Nodejs ${{ matrix.node-version }} uses: actions/setup-node@v3