diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-17 15:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 06:35:24 -0800 |
| commit | 5d96ace4fc2c02c205b69f2d8872ecb1e420901f (patch) | |
| tree | 97c1f983a1174658045df91054e6dd769fdfaa77 /.github/workflows/test.yml | |
| parent | ci: don't auto-close config changes (diff) | |
| download | nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.gz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.bz2 nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.lz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.xz nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.tar.zst nvim-lspconfig-5d96ace4fc2c02c205b69f2d8872ecb1e420901f.zip | |
ci: bump action versions (#2322)
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3a21491..aaec37bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup build dependencies run: | sudo apt update && @@ -42,7 +42,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup build dependencies run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" && |
