Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #2383

build(deps): bump actions/checkout from 6.0.2 to 6.0.3

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #2383

Workflow file for this run

name: size
on:
pull_request:
branches:
- master
permissions: read-all
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
permissions:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Size Limit
uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
with:
github_token: ${{ github.token }}