Skip to content

Commit

Permalink
update checkout and node elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Oct 30, 2023
1 parent aec93b4 commit b2c29a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
node-version: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
generate: ${{ steps.compare.outputs.generate }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Combine Product Specs
uses: Bandwidth/[email protected]
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Setup Node
if: steps.build.outputs.changes
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Open Pull Request
if: steps.build.outputs.changes
Expand Down

0 comments on commit b2c29a1

Please sign in to comment.