Skip to content

Commit 4c6638c

Browse files
committed
chore: updated actions
1 parent 59fdedd commit 4c6638c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
node-version: [ 20.x ]
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm run build --if-present
2525
# Commit changes
2626
- name: Commit changes using git-auto-commit-action@v5
27-
uses: stefanzweifel/git-auto-commit-action@v5
27+
uses: stefanzweifel/git-auto-commit-action@v5.0.1
2828
id: auto-commit-action
2929
with:
3030
commit_message: Prettier format

0 commit comments

Comments
 (0)