Skip to content

Commit 10b4ae8

Browse files
authored
Merge pull request #444 from devsetgo/dependabot/github_actions/actions/checkout-4
github actionts(deps): bump actions/checkout from 2 to 4
2 parents 6249a9e + 876e4cc commit 10b4ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout main
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434

3535
- name: Set up Python
3636
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)