Skip to content

Commit e2c66d0

Browse files
committed
chore: update GitHub Actions to use latest versions of checkout and labeler actions
1 parent 5c72bec commit e2c66d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
issues: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Sync labels
20-
uses: crazy-max/ghaction-github-labeler@v5
20+
uses: crazy-max/ghaction-github-labeler@v6
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)