Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 11accdd commit b8211b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand All @@ -53,7 +53,7 @@ jobs:
project_id: celo-mobile-alfajores
credentials_json: ${{ secrets.ALFAJORES_SERVICE_ACCOUNT_KEY }}
- uses: google-github-actions/setup-gcloud@v1
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand All @@ -72,7 +72,7 @@ jobs:
project_id: celo-mobile-alfajores
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
- uses: google-github-actions/setup-gcloud@v1
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand All @@ -94,7 +94,7 @@ jobs:
- uses: google-github-actions/setup-gcloud@v1
with:
install_components: 'beta'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: google-github-actions/setup-gcloud@v1
with:
install_components: 'beta'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
check-latest: true
Expand Down

0 comments on commit b8211b7

Please sign in to comment.