Skip to content

Commit 449ee75

Browse files
authored
Merge pull request #477 from dajiaji/bump-actions-to-v4
Bump actions/checkout,setup-python to v4.
2 parents 0d333e9 + ad725df commit 449ee75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v4
1515
with:
1616
python-version: "3.10"
1717

0 commit comments

Comments
 (0)