Skip to content

Commit 257251d

Browse files
committed
Re-apply action updates
- stefanzweifel/git-auto-commit 7.0.0 --> 7.0.1 - actions/upload-artifact 5.0.0 --> 6.0.0
1 parent b9bbd77 commit 257251d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ jobs:
132132
133133
- name: Store artifacts
134134
if: ${{ always() }}
135-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
135+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
136136
with:
137137
name: voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }}
138138
path: outbox/
139139

140140
- name: Add/stage vocabulary changes
141141
# Pinning of action managed by dependabot
142-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
142+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
143143
with:
144144
# glob pattern of files which should be added to the commit
145145
file_pattern: 'vocabularies/\*.ttl'
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: Commit vocabulary changes & xlsx cleanup on behalf of PR-author
153153
# Pinning of action managed by dependabot
154-
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3
154+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9
155155
with:
156156
commit_user_name: voc4cat-CI-bot
157157
commit_message: 'CI: vocabulary update in ${{ GITHUB.SERVER_URL }}/${{ GITHUB.REPOSITORY }}/actions/runs/${{ GITHUB.RUN_ID }}'

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# This step is not required and may be removed.
117117
# It may be helpful for trouble shooting.
118118
if: ${{ always() }}
119-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
119+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
120120
with:
121121
name: voc4cat-pages-dev-content
122122
path: publish/

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# This step is not required and may be removed.
115115
# It may be helpful for troubleshooting.
116116
if: ${{ always() }}
117-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
117+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
118118
with:
119119
name: voc4cat-pages-release-${{ github.ref_name }}
120120
path: publish/

0 commit comments

Comments
 (0)