| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 19c933c commit c6808f0
19 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ jobs: | |||
| 11 | 11 | if: github.repository == 'nodejs/node' | |
| 12 | 12 | runs-on: ubuntu-latest | |
| 13 | 13 | steps: | |
| 14 | - - uses: actions/checkout@v2 | ||
| 14 | + - uses: actions/checkout@v3 | ||
| 15 | 15 | with: | |
| 16 | 16 | fetch-depth: '0' # This is required to actually get all the authors | |
| 17 | 17 | persist-credentials: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | if: needs.get-prs-for-ci.outputs.numbers != '' | |
| 37 | 37 | runs-on: ubuntu-latest | |
| 38 | 38 | steps: | |
| 39 | - - uses: actions/checkout@v2 | ||
| 39 | + - uses: actions/checkout@v3 | ||
| 40 | 40 | with: | |
| 41 | 41 | persist-credentials: false | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ jobs: | |||
| 37 | 37 | if: github.event.pull_request.draft == false | |
| 38 | 38 | runs-on: ubuntu-latest | |
| 39 | 39 | steps: | |
| 40 | - - uses: actions/checkout@v2 | ||
| 40 | + - uses: actions/checkout@v3 | ||
| 41 | 41 | with: | |
| 42 | 42 | persist-credentials: false | |
| 43 | 43 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
@@ -63,7 +63,7 @@ jobs: | |||
| 63 | 63 | needs: build-tarball | |
| 64 | 64 | runs-on: ubuntu-latest | |
| 65 | 65 | steps: | |
| 66 | - - uses: actions/checkout@v2 | ||
| 66 | + - uses: actions/checkout@v3 | ||
| 67 | 67 | with: | |
| 68 | 68 | persist-credentials: false | |
| 69 | 69 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ jobs: | |||
| 36 | 36 | fail-fast: false | |
| 37 | 37 | runs-on: ${{ matrix.windows }} | |
| 38 | 38 | steps: | |
| 39 | - - uses: actions/checkout@v2 | ||
| 39 | + - uses: actions/checkout@v3 | ||
| 40 | 40 | with: | |
| 41 | 41 | persist-credentials: false | |
| 42 | 42 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ jobs: | |||
| 14 | 14 | run: | | |
| 15 | 15 | echo "::set-output name=plusOne::$((${{ github.event.pull_request.commits }} + 1))" | |
| 16 | 16 | echo "::set-output name=minusOne::$((${{ github.event.pull_request.commits }} - 1))" | |
| 17 | - - uses: actions/checkout@v2 | ||
| 17 | + - uses: actions/checkout@v3 | ||
| 18 | 18 | with: | |
| 19 | 19 | fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }} | |
| 20 | 20 | persist-credentials: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ jobs: | |||
| 42 | 42 | if: needs.get_mergeable_prs.outputs.numbers != '' | |
| 43 | 43 | runs-on: ubuntu-latest | |
| 44 | 44 | steps: | |
| 45 | - - uses: actions/checkout@v2 | ||
| 45 | + - uses: actions/checkout@v3 | ||
| 46 | 46 | with: | |
| 47 | 47 | # Needs the whole git history for ncu to work | |
| 48 | 48 | # See https://github.com/nodejs/node-core-utils/pull/486 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ jobs: | |||
| 33 | 33 | if: github.event.pull_request.draft == false | |
| 34 | 34 | runs-on: ubuntu-latest | |
| 35 | 35 | steps: | |
| 36 | - - uses: actions/checkout@v2 | ||
| 36 | + - uses: actions/checkout@v3 | ||
| 37 | 37 | with: | |
| 38 | 38 | persist-credentials: false | |
| 39 | 39 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ jobs: | |||
| 35 | 35 | if: github.event.pull_request.draft == false | |
| 36 | 36 | runs-on: windows-latest | |
| 37 | 37 | steps: | |
| 38 | - - uses: actions/checkout@v2 | ||
| 38 | + - uses: actions/checkout@v3 | ||
| 39 | 39 | with: | |
| 40 | 40 | persist-credentials: false | |
| 41 | 41 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ jobs: | |||
| 14 | 14 | # not working on gcc-8 and gcc-9 see https://github.com/nodejs/node/issues/38570 | |
| 15 | 15 | container: gcc:11 | |
| 16 | 16 | steps: | |
| 17 | - - uses: actions/checkout@v2 | ||
| 17 | + - uses: actions/checkout@v3 | ||
| 18 | 18 | with: | |
| 19 | 19 | persist-credentials: false | |
| 20 | 20 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ jobs: | |||
| 22 | 22 | if: github.event.pull_request.draft == false | |
| 23 | 23 | runs-on: ubuntu-latest | |
| 24 | 24 | steps: | |
| 25 | - - uses: actions/checkout@v2 | ||
| 25 | + - uses: actions/checkout@v3 | ||
| 26 | 26 | with: | |
| 27 | 27 | persist-credentials: false | |
| 28 | 28 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments