Skip to content

Commit bafe3bd

Browse files
authored
Merge pull request #31 from pdftables/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents 588c0ce + 9b18ad3 commit bafe3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python }}
2424

0 commit comments

Comments
 (0)