File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout ScratchAddons/website-v2
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 path : repo
2727 - name : Checkout ScratchAddons/website-v2-script
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 repository : ScratchAddons/website-v2-script
3131 path : script
Original file line number Diff line number Diff line change 1313 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1414 steps :
1515 - name : Checkout ScratchAddons/website-v2
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up Node.js
1919 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -40,23 +40,23 @@ jobs:
4040 runs-on : ubuntu-22.04
4141 steps :
4242 - name : Checkout ScratchAddons/website-v2 (deployment)
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 if : github.event_name != 'pull_request'
4545 with :
4646 path : repo
4747 fetch-depth : 0
4848 - name : Checkout ScratchAddons/website-v2 (testing)
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 if : github.event_name == 'pull_request'
5151 with :
5252 path : repo
5353 - name : Checkout ScratchAddons/website-v2-script
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : ScratchAddons/website-v2-script
5757 path : script
5858 - name : Checkout ScratchAddons/website-i18n
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 with :
6161 repository : ScratchAddons/website-i18n
6262 path : i18n
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout ScratchAddons/website-v2
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 path : repo
2020 - name : Checkout ScratchAddons/website-v2-script
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 repository : ScratchAddons/website-v2-script
2424 path : script
2525 - name : Checkout ScratchAddons/ScratchAddons
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 repository : ScratchAddons/ScratchAddons
2929 path : sa
You can’t perform that action at this time.
0 commit comments