We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac46eb commit 88175c4Copy full SHA for 88175c4
.github/workflows/minify.yml
@@ -8,15 +8,14 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
12
13
- name: Auto Minify
14
- uses: nizarmah/auto-minify@v2.1
+ uses: nizarmah/auto-minify@v3
15
16
# Auto commits minified files to the repository
17
# Ignore it if you don't want to commit the files to the repository
18
- name: Auto committing minified files
19
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v6
20
with:
21
- commit_message: "Auto Minified JS and CSS files"
22
- branch: ${{ github.ref }}
+ commit_message: "Auto Minify JS and CSS files"
0 commit comments