diff --git a/.github/workflows/js-ci.yaml b/.github/workflows/js-ci.yaml index c84f1080a5..3838b577d7 100644 --- a/.github/workflows/js-ci.yaml +++ b/.github/workflows/js-ci.yaml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -49,7 +49,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -85,7 +85,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -121,7 +121,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -157,7 +157,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -209,7 +209,7 @@ jobs: # timeout-minutes: 20 # steps: # - name: Checkout repository -# uses: actions/checkout@v2 +# uses: actions/checkout@v3 # # - name: Read .nvmrc # run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -248,7 +248,7 @@ jobs: # timeout-minutes: 20 # steps: # - name: Checkout repository -# uses: actions/checkout@v2 +# uses: actions/checkout@v3 # # - name: Read .nvmrc # run: iex "echo '::set-output name=NVMRC::$(type .nvmrc)'" diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index df09948ef9..6ddfe8573f 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@3.1.0 + uses: actions/checkout@v3 with: ref: ${{github.event.pull_request.base.ref}} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@3.1.0 + uses: actions/checkout@v3 with: ref: ${{github.event.pull_request.base.ref}} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index 11100d7918..87acadfd59 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.ref }} @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.ref }} @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.ref }} diff --git a/.github/workflows/rs-ci.yaml b/.github/workflows/rs-ci.yaml index 724a855386..0d904f760a 100644 --- a/.github/workflows/rs-ci.yaml +++ b/.github/workflows/rs-ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc) @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Read .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc)