Skip to content

chore: update GitHub Actions workflows to use latest action versions #86

chore: update GitHub Actions workflows to use latest action versions

chore: update GitHub Actions workflows to use latest action versions #86

Workflow file for this run

name: Size
on:
pull_request:
jobs:
size:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Run size-limit check
uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}