From 6ae37ccae410c36bf65174c2b64da453c970204e Mon Sep 17 00:00:00 2001 From: zernie Date: Thu, 6 Jun 2024 12:26:21 +0400 Subject: [PATCH 1/2] Fix https://github.com/andresz1/size-limit-action/issues/116 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b52ac07..b23600f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: CI_JOB_NUMBER: 1 steps: - uses: actions/checkout@v1 - - uses: andresz1/size-limit-action@v1 + - uses: andresz1/size-limit-action@v1.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} ``` From aa1c74501e4470d465cf37fbe1a38bebd5a13449 Mon Sep 17 00:00:00 2001 From: zernie Date: Fri, 7 Jun 2024 17:50:05 +0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Grigory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23600f..c56e2e0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ jobs: env: CI_JOB_NUMBER: 1 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: andresz1/size-limit-action@v1.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}