Skip to content

Commit

Permalink
chore(deps): update jackyef/bundlewatch-gh-action action to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent a10b11a commit 2a0d185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🛠️ Build
run: npm run build

- uses: jackyef/bundlewatch-gh-action@0.2.1
- uses: jackyef/bundlewatch-gh-action@0.3.0
with:
bundlewatch-config: .bundlewatch.config.json
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🛠️ Build
run: npm run build

- uses: jackyef/bundlewatch-gh-action@0.2.1
- uses: jackyef/bundlewatch-gh-action@0.3.0
with:
branch-base: main
bundlewatch-config: .bundlewatch.config.json
Expand Down

0 comments on commit 2a0d185

Please sign in to comment.