From f57ca38c52ea500f9ec9f790a4e330ee1b7af364 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 26 Nov 2023 16:56:52 +0100 Subject: ci: use checkout@v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c70cc08..73730c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: os: [ubuntu-latest, macos-latest, macos-12] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - uses: goto-bus-stop/setup-zig@v2 -- cgit v1.2.3