Skip to content

Commit 811df3a

Browse files
committed
Updating actions versions
1 parent 468e341 commit 811df3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ jobs:
77
minify:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- name: Checkout
11+
uses: actions/[email protected]
1112
- name: Auto Minify
12-
uses: nizarmah/[email protected]
13+
uses: nizarmah/[email protected].1
1314
with:
1415
maxdepth: 2
15-
- name: Auto commit minified files
16-
uses: stefanzweifel/git-auto-commit-action@v4
16+
- name: Git Auto Commit
17+
uses: stefanzweifel/git-auto-commit-action@v5.0.0
1718
with:
1819
commit_message: Auto Minification
1920
commit_user_name: Pratyush Nalam

0 commit comments

Comments
 (0)