We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e860de + 851c59a commit 7c77543Copy full SHA for 7c77543
.github/workflows/build-toolchain.yml
@@ -26,7 +26,7 @@ jobs:
26
outputs:
27
entries: ${{ steps.generate.outputs.entries }}
28
steps:
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
30
- uses: dorny/paths-filter@v3
31
id: changes
32
with:
@@ -95,7 +95,7 @@ jobs:
95
fi
96
done
97
98
99
100
path: swiftwasm-build
101
submodules: true
.github/workflows/update-snapshot.yml
@@ -6,7 +6,7 @@ jobs:
6
update-snapshot:
7
runs-on: ubuntu-latest
8
9
10
- name: Configure git user
11
run: |
12
git config --global user.name "github-actions[bot]"
0 commit comments