Skip to content

Commit d8f767b

Browse files
committed
Merge branch 'main' into public
2 parents ebfd915 + b90b5af commit d8f767b

File tree

4 files changed

+1085
-566
lines changed

4 files changed

+1085
-566
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ jobs:
8383
name: ${{ needs.build.outputs.artifact_name }}
8484
path: .
8585
- name: Find packages
86-
uses: tj-actions/glob@v17
86+
uses: tj-actions/glob@v21
8787
id: packages
8888
with:
8989
files: '*.tgz'
9090
- name: Create package.json
91-
uses: DamianReeves/write-file-action@v1.2
91+
uses: DamianReeves/write-file-action@v1.3
9292
with:
9393
write-mode: overwrite
9494
path: package.json
9595
contents: |
9696
{"type":"module"}
9797
- name: Create index.js
98-
uses: DamianReeves/write-file-action@v1.2
98+
uses: DamianReeves/write-file-action@v1.3
9999
with:
100100
write-mode: overwrite
101101
path: index.js

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
mkdir tmp
3434
outfile=tmp/changelog.txt
3535
echo "outfile=${outfile}" >> $GITHUB_OUTPUT
36-
npx standard-changelog@^2.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
36+
npx standard-changelog@^5.0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
3737
sed '1,3d' $outfile.tmp > $outfile
3838
- name: Create GitHub release
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
token: ${{ secrets.GH_TOKEN }}
4242
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)