Skip to content

Commit eb0ab2e

Browse files
committed
Github actions release v3 update
1 parent 9880158 commit eb0ab2e

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@v3
2323
with:
2424
path: 'ricsanfre.minio'
2525

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

@@ -45,12 +45,12 @@ jobs:
4545
release: 20.04
4646
steps:
4747
- name: Check out the codebase.
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v3
4949
with:
5050
path: 'ricsanfre.minio'
5151

5252
- name: Set up Python 3.
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v3
5454
with:
5555
python-version: '3.x'
5656

.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@v3
2626
with:
2727
path: 'ricsanfre.minio'
2828

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

0 commit comments

Comments
 (0)