Skip to content

Commit

Permalink
chore: update build pipeline to use v4 of github actions (#325)
Browse files Browse the repository at this point in the history
Updates the CI pipelines to use the newer 4.x actions from github
  • Loading branch information
thomashohn committed May 4, 2024
1 parent 9e11cd8 commit e30a5b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 22 # remove May 2027
- x.x.x # safety net; don't remove
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
Expand All @@ -32,8 +32,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit e30a5b8

Please sign in to comment.