Skip to content

Commit

Permalink
chore(repo): bump checkout and setup-node actions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Oct 7, 2024
1 parent a5c5dcc commit 402bd20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
env:
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 402bd20

Please sign in to comment.