Skip to content

Commit

Permalink
fix: resolve GitHub action warning "Node.js 16 actions are deprecated"
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed May 1, 2024
1 parent 631ba3b commit 3db0242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
Build-VSIX:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Vagrant boxes
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: brew install pre-commit jsonlint yamllint

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: file-changes
uses: trilom/[email protected]
Expand Down

0 comments on commit 3db0242

Please sign in to comment.