File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1414 sync :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : duckduckgo/action-asana-sync@v11
1919 with :
2020 ASANA_ACCESS_TOKEN : ${{ secrets.ASANA_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111
1212 steps :
1313 - name : Checkout base branch
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 ref : ${{ github.event.pull_request.base.ref }}
1717 repository : ${{ github.event.pull_request.head.repo.full_name }}
1818 path : base
1919
2020 - name : Checkout PR branch
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ github.event.pull_request.head.ref }}
2424 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Use Node.js
1919 uses : actions/setup-node@v4
@@ -103,7 +103,7 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Checkout repository
106- uses : actions/checkout@v4
106+ uses : actions/checkout@v5
107107
108108 - name : Delete release branch
109109 env :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 name : Update PR With Snapshots
2222 runs-on : macos-14
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Checkout PR ${{ github.event.inputs.pr_number }}
2626 if : github.event_name == 'workflow_dispatch'
2727 run : gh pr checkout ${{ github.event.inputs.pr_number }}
Original file line number Diff line number Diff line change 2020 timeout-minutes : 5
2121 runs-on : macos-14
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Use Node.js
2525 uses : actions/setup-node@v4
2626 with :
Original file line number Diff line number Diff line change 2020 matrix :
2121 os : [ubuntu-latest, windows-latest]
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Use Node.js
2525 uses : actions/setup-node@v4
2626 with :
4242 runs-on : ubuntu-latest
4343 timeout-minutes : 10
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : Use Node.js
4747 uses : actions/setup-node@v4
4848 with :
8989 name : github-pages
9090 url : ${{ steps.deployment.outputs.page_url }}
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 - name : Use Node.js
9494 uses : actions/setup-node@v4
9595 with :
@@ -115,7 +115,7 @@ jobs:
115115 production-deps :
116116 runs-on : ubuntu-latest
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v5
119119 - name : Use Node.js
120120 uses : actions/setup-node@v4
121121 with :
You can’t perform that action at this time.
0 commit comments