Skip to content

Commit

Permalink
deps: updated sonar-update-center action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Jan 14, 2023
1 parent 0e62543 commit 44ddeeb
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 145 deletions.
Expand Up @@ -10,12 +10,12 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
cache: npm
Expand Down
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
cache: npm
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
- uses: ./
Expand Down

0 comments on commit 44ddeeb

Please sign in to comment.