File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Store artifacts
134134 if : ${{ always() }}
135- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
135+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
136136 with :
137137 name : voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }}
138138 path : outbox/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 # checked out the gh-pages branch above so that we keep all prior
118118 # content and just re-publish the extended version.
119119 # Pinning of action managed by dependabot
120- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
120+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453
121121 if : (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
122122 with :
123123 publish_branch : gh-pages
@@ -129,7 +129,7 @@ jobs:
129129 # This step is not required and may be removed.
130130 # It may be helpful for trouble shooting.
131131 if : ${{ always() }}
132- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
132+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
133133 with :
134134 name : voc4cat-pages-dev-content
135135 path : publish/
Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Check if PR is from main branch of fork
3333 id : check-main-branch
34- uses : actions/github-script@v8
34+ uses : actions/github-script@v9
3535 with :
3636 script : |
3737 const pr = context.payload.pull_request;
7474
7575 - name : Post comment about main branch submission
7676 if : steps.check-main-branch.outputs.is_fork == 'true' && steps.check-main-branch.outputs.is_from_main == 'true'
77- uses : actions/github-script@v8
77+ uses : actions/github-script@v9
7878 with :
7979 script : |
8080 const pr = context.payload.pull_request;
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Post info about organization account
129129 if : steps.check-main-branch.outputs.is_from_org == 'true' && steps.check-main-branch.outputs.is_fork == 'true' && steps.check-main-branch.outputs.head_owner_login != steps.check-main-branch.outputs.base_owner_login
130- uses : actions/github-script@v8
130+ uses : actions/github-script@v9
131131 with :
132132 script : |
133133 const pr = context.payload.pull_request;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 # checked out the gh-pages branch above so that we keep all prior
116116 # content and just re-publish the extended version.
117117 # Pinning of action managed by dependabot
118- uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
118+ uses : peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453
119119 with :
120120 publish_branch : gh-pages
121121 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -126,7 +126,7 @@ jobs:
126126 # This step is not required and may be removed.
127127 # It may be helpful for troubleshooting.
128128 if : ${{ always() }}
129- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
129+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
130130 with :
131131 name : voc4cat-pages-release-${{ github.ref_name }}
132132 path : publish/
You can’t perform that action at this time.
0 commit comments