Skip to content

Commit e758935

Browse files
authored
Merge pull request #1 from paw-lu/dependabot/github_actions/actions/checkout-v2.3.4
Update actions/checkout requirement to v2.3.4
2 parents bc8e025 + ba6e57a commit e758935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v2.3.3
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v3.1.1

0 commit comments

Comments
 (0)