We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4613045 commit a4ecd4eCopy full SHA for a4ecd4e
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: oven-sh/setup-bun@v2
11
- uses: actions/cache@v4
12
id: cache-packages
.github/workflows/size-limit.yml
@@ -9,7 +9,7 @@ jobs:
env:
CI_JOB_NUMBER: 1
13
- uses: andresz1/size-limit-action@v1
14
with:
15
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments