Skip to content

Commit

Permalink
ci: Upgrade size labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 5, 2023
1 parent e79a5de commit 1be9bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Add size label"
on: pull_request
jobs:
size-label:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/size-label-action@a4655c448bb838e8d73b81e97fd0831bb4cbda1e
uses: "pascalgn/size-label-action@v0.4.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1be9bac

Please sign in to comment.