From 319c24be1e67bea1be2ca483e95af1b64f86f6e0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 25 Aug 2024 12:33:24 +0200 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c470a93..8273507 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: CC: ${{ matrix.compiler }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install bats run: | curl -L -o bats-core-1.2.1.tar.gz https://github.com/bats-core/bats-core/archive/v1.2.1.tar.gz