diff options
| author | 2023-11-26 16:56:52 +0100 | |
|---|---|---|
| committer | 2023-11-26 17:20:13 +0100 | |
| commit | f57ca38c52ea500f9ec9f790a4e330ee1b7af364 (patch) | |
| tree | 6cc5edb636dc94604d082df5c0bfafdfa0f4c610 /.github | |
| parent | build: rework how we choose the test targets (diff) | |
| download | zig-sqlite-f57ca38c52ea500f9ec9f790a4e330ee1b7af364.tar.gz zig-sqlite-f57ca38c52ea500f9ec9f790a4e330ee1b7af364.tar.xz zig-sqlite-f57ca38c52ea500f9ec9f790a4e330ee1b7af364.zip | |
ci: use checkout@v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 32 | os: [ubuntu-latest, macos-latest, macos-12] | 32 | os: [ubuntu-latest, macos-latest, macos-12] |
| 33 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| 34 | steps: | 34 | steps: |
| 35 | - uses: actions/checkout@v3 | 35 | - uses: actions/checkout@v4 |
| 36 | with: | 36 | with: |
| 37 | submodules: true | 37 | submodules: true |
| 38 | - uses: goto-bus-stop/setup-zig@v2 | 38 | - uses: goto-bus-stop/setup-zig@v2 |