Skip to content

Commit d5f7781

Browse files
authored
upgrade GH actions (#397)
1 parent 9a42aef commit d5f7781

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
TOXENV: py
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
- if: ${{ matrix.python-version == '2.7' }}
7070
run: |
7171
sudo apt-get install python-is-python2
@@ -74,7 +74,7 @@ jobs:
7474
name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
7575
- if: ${{ matrix.python-version != '2.7' }}
7676
name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
allow-prereleases: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.13'
1818
- name: Install dependencies

0 commit comments

Comments
 (0)