Skip to content

Commit f22d388

Browse files
authored
Merge branch 'main' into expert/fix-website-context-switching-hydration-race-condition
2 parents 2cd664d + 177fc53 commit f22d388

4 files changed

Lines changed: 21 additions & 23 deletions

File tree

.github/workflows/branch-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ jobs:
420420
echo "timestamp=$(date +%s)" >> $GITHUB_ENV
421421
422422
- name: Download artifact
423-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
423+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
424424
with:
425425
name: k8s-forge
426426
path: /tmp

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
private_key: ${{ secrets.GH_BOT_APP_KEY }}
8787

8888
- name: Trigger website rebuild
89-
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
89+
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
9090
with:
9191
workflow: build.yml
9292
repo: flowfuse/website

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
private_key: ${{ secrets.GH_BOT_APP_KEY }}
123123

124124
- name: Trigger flowforge container build
125-
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
125+
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
126126
with:
127127
workflow: flowforge-container.yml
128128
repo: flowfuse/helm

package-lock.json

Lines changed: 18 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)