diff options
| author | Chris Boesch <[email protected]> | 2023-04-26 11:05:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-26 11:05:21 +0200 |
| commit | f7e49d8c3411aea6754b87f7875baef4bf031ac0 (patch) | |
| tree | b95924ed64c4ddc9cf6aa4399f0e67e04ae7eaa8 /.github/workflows | |
| parent | 232002f30f24d7d44f763079b331839659b382ad (diff) | |
| download | ziglings-f7e49d8c3411aea6754b87f7875baef4bf031ac0.tar.xz ziglings-f7e49d8c3411aea6754b87f7875baef4bf031ac0.zip | |
back to checkout@v2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57e8225..3b8d3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - name: Setup Zig uses: goto-bus-stop/setup-zig@v2 |
