Skip to content

Commit

Permalink
Merge pull request #155 from visual-framework/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-4.x

Update actions/checkout action to v4
  • Loading branch information
sandykadam authored Nov 10, 2023
2 parents 81ce41d + c5c40fd commit 2f30f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2f30f0e

Please sign in to comment.