Skip to content

Commit 6ce68c1

Browse files
committed
ci: bump GitHub Actions to latest major versions
1 parent 904cf68 commit 6ce68c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.x'
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v6
88
- name: Set up Python
9-
uses: actions/setup-python@v5
9+
uses: actions/setup-python@v6
1010
with:
1111
python-version: '3.x'
1212
- name: Install dependencies

0 commit comments

Comments
 (0)