File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 # Checks-out the repository under $GITHUB_WORKSPACE.
1717 # When running manually this checks out the master branch.
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919
2020 - name : Prepare demo files
2121 # Install all dependencies, then copy all the files needed for demos.
Original file line number Diff line number Diff line change 3030 working-directory : ./packages/blockly
3131
3232 steps :
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434 with :
3535 persist-credentials : false
3636
Original file line number Diff line number Diff line change 2525 # https://nodejs.org/en/about/releases/
2626
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 ref : ${{ github.ref }}
3131 persist-credentials : false
6262 timeout-minutes : 5
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v6
65+ - uses : actions/checkout@v7
6666 with :
6767 ref : ${{ github.ref }}
6868
8181 timeout-minutes : 5
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v6
84+ - uses : actions/checkout@v7
8585 with :
8686 ref : ${{ github.ref }}
8787
Original file line number Diff line number Diff line change 1313 pull-requests : read
1414 contents : read
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919 - name : Setup node
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Checkout your repository
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343 with :
4444 ref : ${{ inputs.ref || 'main' }}
4545 # Allow Docusaurus to view the full commit history (required for "last edited at <date> by <person>" functionality)
Original file line number Diff line number Diff line change 4242 version : ${{ steps.version.outputs.version }}
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646 with :
4747 ref : ${{ github.ref }}
4848 fetch-depth : 0
@@ -134,7 +134,7 @@ jobs:
134134 NPM_DIST_TAG : ${{ github.ref_name == github.event.repository.default_branch && 'latest' || 'beta' }}
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@v6
137+ uses : actions/checkout@v7
138138 with :
139139 ref : ${{ github.ref }}
140140 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 ref : ${{ inputs.source_branch }}
2727 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments