Skip to content

Commit ddc304c

Browse files
authored
Merge pull request #5 from celine-eu/dependabot/github_actions/actions-6abbe69ee0
ci: bump the actions group with 2 updates
2 parents 14b200c + 5bceda3 commit ddc304c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: [build]
3131
if: startsWith(github.ref, 'refs/tags/')
3232
steps:
33-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
33+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3434
with:
3535
name: Packages
3636
path: dist

.github/workflows/update-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Trigger website rebuild
17-
uses: peter-evans/repository-dispatch@v3
17+
uses: peter-evans/repository-dispatch@v4
1818
with:
1919
token: ${{ secrets.CELINE_WEBSITE_TOKEN }}
2020
repository: celine-eu/celine-eu.github.io

0 commit comments

Comments
 (0)