Skip to content

Commit 3c873f5

Browse files
committed
Bump actions to latest major
1 parent b2ba3c9 commit 3c873f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v3
1818
-
1919
name: Run Labeler
20-
uses: crazy-max/ghaction-github-labeler@v3
20+
uses: crazy-max/ghaction-github-labeler@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-
6969
name: Run Labeler
7070
if: success()
71-
uses: crazy-max/ghaction-github-labeler@v3
71+
uses: crazy-max/ghaction-github-labeler@v4
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)