Skip to content

Commit 6a08ac6

Browse files
Merge f81d703 into 2a60aa4
2 parents 2a60aa4 + f81d703 commit 6a08ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ['3.7', '3.8', '3.9', '3.10']
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: r-lib/actions/setup-tinytex@v2
3131
- uses: conda-incubator/setup-miniconda@v2
3232
with:

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

1212
- name: Set up Python 3.8
1313
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)