Skip to content

Commit 2f64d54

Browse files
authored
Merge pull request #11 from birddevelper/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents dfc5f1a + 631c767 commit 2f64d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:

0 commit comments

Comments
 (0)