Skip to content

Commit a1f23eb

Browse files
committed
CI: Bump action versions
1 parent 4dffd28 commit a1f23eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v3
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: Display Python version
@@ -73,7 +73,7 @@ jobs:
7373
- name: Create test data directory
7474
run: mkdir -p $HOME/.cache/stanford-crn
7575
- name: Load test data cache
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3
7777
id: stanford-crn
7878
with:
7979
path: ~/.cache/stanford-crn/
@@ -132,17 +132,17 @@ jobs:
132132
with:
133133
fetch-depth: 0
134134
- name: Set up Python ${{ matrix.python-version }}
135-
uses: actions/setup-python@v3
135+
uses: actions/setup-python@v4
136136
with:
137137
python-version: ${{ matrix.python-version }}
138138
- name: Load test data cache
139-
uses: actions/cache@v2
139+
uses: actions/cache@v3
140140
id: stanford-crn
141141
with:
142142
path: ~/.cache/stanford-crn/
143143
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
144144
- name: Load TemplateFlow cache
145-
uses: actions/cache@v2
145+
uses: actions/cache@v3
146146
id: templateflow
147147
with:
148148
path: ~/.cache/templateflow
@@ -215,17 +215,17 @@ jobs:
215215
with:
216216
fetch-depth: 0
217217
- name: Set up Python ${{ matrix.python-version }}
218-
uses: actions/setup-python@v3
218+
uses: actions/setup-python@v4
219219
with:
220220
python-version: ${{ matrix.python-version }}
221221
- name: Load test data cache
222-
uses: actions/cache@v2
222+
uses: actions/cache@v3
223223
id: stanford-crn
224224
with:
225225
path: ~/.cache/stanford-crn/
226226
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
227227
- name: Load TemplateFlow cache
228-
uses: actions/cache@v2
228+
uses: actions/cache@v3
229229
id: templateflow
230230
with:
231231
path: ~/.cache/templateflow
@@ -278,7 +278,7 @@ jobs:
278278
steps:
279279
- uses: actions/checkout@v3
280280
- name: Set up Python 3.7
281-
uses: actions/setup-python@v3
281+
uses: actions/setup-python@v4
282282
with:
283283
python-version: 3.7
284284
- run: pip install flake8

0 commit comments

Comments
 (0)