Skip to content

Commit a1ad446

Browse files
committed
Fix build errors: Update deprecated GitHub Actions versions
1 parent dfd60e9 commit a1ad446

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
matrix:
1010
python-version: [3.8]
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: ${{ matrix.python-version }}
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v4
1818
name: Configure pip caching
1919
with:
2020
path: ~/.cache/pip

0 commit comments

Comments
 (0)