Skip to content

Commit

Permalink
updated the size limit action
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 15, 2025
1 parent 6a0de26 commit 8bd575b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.1.0

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache PNPM dependencies
uses: actions/cache@v4
Expand All @@ -23,6 +23,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-
- uses: andresz1/size-limit-action@v1
- uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8bd575b

Please sign in to comment.