Skip to content

Commit

Permalink
ci: use major versions in workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Oct 30, 2024
1 parent 3109281 commit 9dd9c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1.7.0
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '10'
Expand Down

0 comments on commit 9dd9c1a

Please sign in to comment.