diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-04-25 18:32:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 18:32:48 +0000 |
| commit | c43ade967796ceceb1d9fd219c8c9ace25e5b481 (patch) | |
| tree | 29a3c5c1dfbc4acb3e27bb3ce7e504ad405834af /.github/workflows/eowyn.yml | |
| parent | 58e28761be8edb2847876f563bece79e023a5ab9 (diff) | |
| parent | 6effa7fe842dd7fc05b6497da825b9861231b2a1 (diff) | |
Merge pull request #255 from perillo/improve-ci-more
Improve ci more
Diffstat (limited to '.github/workflows/eowyn.yml')
| -rw-r--r-- | .github/workflows/eowyn.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml index a7133ca..cfa84a4 100644 --- a/.github/workflows/eowyn.yml +++ b/.github/workflows/eowyn.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup Zig uses: goto-bus-stop/setup-zig@v2 with: |
