Skip to content

Commit 21d46c2

Browse files
authored
Merge pull request #8 from gowizzard/dependabot/github_actions/actions/checkout-5
ci: bump actions/checkout from 4 to 5
2 parents 516f9b7 + 380bc2a commit 21d46c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Add label to pull request
2020
uses: actions/github-script@v7

0 commit comments

Comments
 (0)