Skip to content

Commit

Permalink
Upgrade setup-cloud-sdk package (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 8, 2023
1 parent 602747f commit 63496e6
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'

- uses: 'actions/setup-node@v3'
- uses: 'actions/setup-node@v4'
with:
node-version: '20.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'

- uses: 'actions/setup-node@v3'
- uses: 'actions/setup-node@v4'
with:
node-version: '20.x'

Expand Down
8 changes: 5 additions & 3 deletions dist/main/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 63496e6

Please sign in to comment.