Skip to content

Commit

Permalink
Merge pull request #3001 from keesschollaart81/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 7, 2024
2 parents 424cd2d + a1bdc82 commit ab66acd
Show file tree
Hide file tree
Showing 23 changed files with 952 additions and 825 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-language-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗 Set up NodeJS
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.1
with:
node-version: "16"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🏗 Set up NodeJS
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.1
with:
node-version: "16"

Expand Down
Loading

0 comments on commit ab66acd

Please sign in to comment.