Skip to content

Commit

Permalink
ci: Update size-limit-action to v5 (#6106)
Browse files Browse the repository at this point in the history
This should address GitHub deprecation warnings
  • Loading branch information
mattgauntseo-sentry committed Nov 2, 2022
1 parent 466247a commit aad2f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -208,7 +208,7 @@ jobs:
path: ${{ env.CACHED_BUILD_PATHS }}
key: ${{ env.BUILD_CACHE_KEY }}
- name: Check bundle sizes
uses: getsentry/size-limit-action@v4
uses: getsentry/size-limit-action@v5
# Don't run size check on release branches - at that point, we're already committed
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
with:
Expand Down

0 comments on commit aad2f85

Please sign in to comment.