Skip to content

Commit

Permalink
Updating actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pratnala committed Jan 14, 2024
1 parent 468e341 commit 811df3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/[email protected]
- name: Auto Minify
uses: nizarmah/[email protected]
uses: nizarmah/[email protected].1
with:
maxdepth: 2
- name: Auto commit minified files
uses: stefanzweifel/git-auto-commit-action@v4
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: Auto Minification
commit_user_name: Pratyush Nalam
Expand Down

0 comments on commit 811df3a

Please sign in to comment.