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 823cfde commit 7c54758Copy full SHA for 7c54758
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repo
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Use Node ${{ matrix.node }}
23
uses: actions/setup-node@v4
.github/workflows/size.yml
@@ -6,7 +6,7 @@ jobs:
6
env:
7
CI_JOB_NUMBER: 1
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- uses: andresz1/size-limit-action@v1
11
with:
12
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments