Skip to content

Commit a9f0bed

Browse files
⬆️ update GitHub Actions (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d4fac7 commit a9f0bed

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: 🔎 checking for changes
28-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
28+
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
2929
id: filter
3030
with:
3131
filters: |

.github/workflows/build-test-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: 📦 setup pnpm
50-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
50+
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
5151
with:
5252
package_json_file: src/Spillgebees.Blazor.RichTextEditor.Assets/package.json
5353

@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: 🚀 deploy .NET 8.0 gh page
124124
if: inputs.should-publish-gh-page
125-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
125+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
126126
with:
127127
github_token: ${{ secrets.GITHUB_TOKEN }}
128128
publish_dir: ./wasm-application/net8.0/wwwroot
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: 🚀 deploy .NET 9.0 gh page
133133
if: inputs.should-publish-gh-page
134-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
134+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
135135
with:
136136
github_token: ${{ secrets.GITHUB_TOKEN }}
137137
publish_dir: ./wasm-application/net9.0/wwwroot
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: 🚀 deploy .NET 10.0 gh page
142142
if: inputs.should-publish-gh-page
143-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
143+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
144144
with:
145145
github_token: ${{ secrets.GITHUB_TOKEN }}
146146
publish_dir: ./wasm-application/net10.0/wwwroot

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
contents: read
1717
actions: read
1818
security-events: write
19-
uses: Spillgebees/admin/.github/workflows/zizmor.yml@a71d815a53f77f9cabca802b4bd9b69fe2fcd96e # main
19+
uses: Spillgebees/admin/.github/workflows/zizmor.yml@e75cced477868f4707780f3a664b73f262994a49 # main

0 commit comments

Comments
 (0)