Skip to content

Commit 61827d6

Browse files
committed
Upgrade workflow actions.
1 parent 2a24477 commit 61827d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
steps:
3030
- name: Check out project
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
persist-credentials: false
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v6
36+
uses: actions/setup-python@v7
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
cache: pip

0 commit comments

Comments
 (0)