Skip to content

Commit d5d4c23

Browse files
committed
Update workflow action versions
1 parent a365d57 commit d5d4c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
name: ${{ needs.build.outputs.artifact_name }}
8888
path: .
8989
- name: Find packages
90-
uses: tj-actions/glob@v21
90+
uses: tj-actions/glob@v22
9191
id: packages
9292
with:
9393
files: '*.tgz'

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Format
3535
run: npm run format
3636
- name: Commit
37-
uses: stefanzweifel/git-auto-commit-action@v5
37+
uses: stefanzweifel/git-auto-commit-action@v6
3838
if: always()
3939
with:
4040
commit_message: 'ci: Format code'

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
3838
- name: Commit
39-
uses: stefanzweifel/git-auto-commit-action@v5
39+
uses: stefanzweifel/git-auto-commit-action@v6
4040
with:
4141
commit_message: 'ci: Generate code'
4242
commit_user_name: ${{ secrets.GIT_USER_NAME }}

0 commit comments

Comments
 (0)