diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fcc881..adc7db1 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 |
| @@ -39,7 +39,7 @@ jobs: | |||
| 39 | with: | 39 | with: |
| 40 | version: master | 40 | version: master |
| 41 | 41 | ||
| 42 | - uses: actions/cache@v3 | 42 | - uses: actions/cache@v4 |
| 43 | if: ${{ matrix.os != 'windows-latest' }} | 43 | if: ${{ matrix.os != 'windows-latest' }} |
| 44 | with: | 44 | with: |
| 45 | path: | | 45 | path: | |