Skip to content

Commit 0d14b26

Browse files
authored
Merge pull request JuliaPy#549 from JuliaPy/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents cf5245f + fbad368 commit 0d14b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish-to-testpypi:
1313
runs-on: ubuntu-20.04
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Python 3.9
1717
uses: actions/setup-python@v4
1818
with:

0 commit comments

Comments
 (0)