Skip to content

Commit

Permalink
.github: Update to v2 actions for compressed-size and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Oct 2, 2024
1 parent 85f9b2b commit 8bfff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v1
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{build/boomerang-1.0.0.min.js,build/plugins/*.js}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm ci --no-audit --prefer-offline
- uses: a-b-r-o-w-n/eslint-action@v1
- uses: a-b-r-o-w-n/eslint-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
files: '**/*.js'
Expand Down

0 comments on commit 8bfff89

Please sign in to comment.