Skip to content

Commit 44538f1

Browse files
authored
Merge pull request #143 from Rotzbua/patch-1
Doc: bump gh action versions
2 parents 13bbe8b + 87fda24 commit 44538f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ jobs:
121121
python-version: ['3.7', '3.8', '3.9', '3.10']
122122

123123
steps:
124-
- uses: actions/checkout@v1
124+
- uses: actions/checkout@v3
125125
- name: Set up Python ${{ matrix.python-version }}
126-
uses: actions/setup-python@v2
126+
uses: actions/setup-python@v4
127127
with:
128128
python-version: ${{ matrix.python-version }}
129129
- name: Install dependencies
@@ -253,9 +253,9 @@ jobs:
253253
python-version: ['3.8', '3.9', '3.10']
254254
255255
steps:
256-
- uses: actions/checkout@v1
256+
- uses: actions/checkout@v3
257257
- name: Set up Python ${{ matrix.python-version }}
258-
uses: actions/setup-python@v2
258+
uses: actions/setup-python@v4
259259
with:
260260
python-version: ${{ matrix.python-version }}
261261
- name: Install dependencies

0 commit comments

Comments
 (0)