Skip to content

Commit

Permalink
Merge pull request #223 from dcermak/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.3

Bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
dcermak authored Jul 10, 2024
2 parents afd4658 + b820e36 commit 67061df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 67061df

Please sign in to comment.