Skip to content

Commit a1b5485

Browse files
committed
Fixup CI library versions.
1 parent 7d17c26 commit a1b5485

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the codebase.
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
path: 'geerlingguy.git'
2525

2626
- name: Set up Python 3.
27-
uses: actions/setup-python@v2
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.x'
3030

@@ -54,12 +54,12 @@ jobs:
5454

5555
steps:
5656
- name: Check out the codebase.
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v4
5858
with:
5959
path: 'geerlingguy.git'
6060

6161
- name: Set up Python 3.
62-
uses: actions/setup-python@v2
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: '3.x'
6565

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check out the codebase.
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626
with:
2727
path: 'geerlingguy.git'
2828

2929
- name: Set up Python 3.
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.x'
3333

0 commit comments

Comments
 (0)