Skip to content

Commit 7f2fca3

Browse files
authored
Merge pull request #14 from neumantm/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents bccd0c8 + bd39479 commit 7f2fca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python
2323
uses: actions/setup-python@v4
2424
with:
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
if: startsWith(github.ref, 'refs/tags/')
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- uses: actions/download-artifact@v3
4545
with:
4646
name: python-dist

0 commit comments

Comments
 (0)