Skip to content

Commit 7f808ff

Browse files
authored
Update various GitHub action steps
bump versions of setup-python, checkout, and cache actions
1 parent b58a267 commit 7f808ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/preprints_a11y_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
python-version: [3.9.2]
6969
steps:
7070
- name: Git checkout
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v3
7272
- name: Set up Python ${{ matrix.python-version }}
73-
uses: actions/setup-python@v2
73+
uses: actions/setup-python@v4
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
- name: Cache Build Requirements
7777
id: pip-cache-step
78-
uses: actions/cache@v2
78+
uses: actions/cache@v3
7979
with:
8080
path: ${{ env.pythonLocation }}
8181
key: ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
@@ -98,13 +98,13 @@ jobs:
9898
matrix:
9999
browser: [chrome, firefox, edge]
100100
steps:
101-
- uses: actions/checkout@v2
101+
- uses: actions/checkout@v3
102102
- name: Set up Python 3.9.2
103-
uses: actions/setup-python@v2
103+
uses: actions/setup-python@v4
104104
with:
105105
python-version: 3.9.2
106106
- name: Cache pip
107-
uses: actions/cache@v2
107+
uses: actions/cache@v3
108108
with:
109109
path: ${{ env.pythonLocation }}
110110
key: ${{ env.GHA_DISTRO }}-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)