Skip to content

Commit

Permalink
Update to Node 20 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Jan 30, 2024
1 parent 821d01d commit 376fbff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-language-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: "composite"
steps:
- name: 📦 Cargo Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
uses: ./.github/actions/build-language-server
Expand All @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download language server
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 376fbff

Please sign in to comment.