diff options
| author | 2024-04-14 18:10:28 +0200 | |
|---|---|---|
| committer | 2024-04-14 18:10:28 +0200 | |
| commit | 219b3b2329350d894a4a7d6ba121157db7c8e98f (patch) | |
| tree | 8674fbe84d2c1577c99833d5b7f4ea1ecfc8253a /.github/workflows | |
| parent | fix for latest zig (diff) | |
| download | zig-sqlite-219b3b2329350d894a4a7d6ba121157db7c8e98f.tar.gz zig-sqlite-219b3b2329350d894a4a7d6ba121157db7c8e98f.tar.xz zig-sqlite-219b3b2329350d894a4a7d6ba121157db7c8e98f.zip | |
ci: use actions/checkout v4
Diffstat (limited to '.github/workflows')
| -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 9fcc881..8fe7c43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | lint: | 19 | lint: |
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | steps: | 21 | steps: |
| 22 | - uses: actions/checkout@v3 | 22 | - uses: actions/checkout@v4 |
| 23 | - uses: goto-bus-stop/setup-zig@v2 | 23 | - uses: goto-bus-stop/setup-zig@v2 |
| 24 | with: | 24 | with: |
| 25 | version: master | 25 | version: master |