Skip to content

Commit 19c4217

Browse files
dependabot[bot]dalito
authored andcommitted
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `peaceiris/actions-gh-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@4f9cc66...84c30a8) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a9bb76 commit 19c4217

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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;
@@ -74,7 +74,7 @@ jobs:
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;

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)