Skip to content

Commit b3d8669

Browse files
committed
Fix deprecation errors
1 parent 6b1d327 commit b3d8669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the codebase
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Set up Python 3
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.x'
2424

@@ -56,12 +56,12 @@ jobs:
5656

5757
steps:
5858
- name: Check out the codebase
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
6060
with:
6161
path: "${{ github.repository }}"
6262

6363
- name: Set up Python 3
64-
uses: actions/setup-python@v2
64+
uses: actions/setup-python@v4
6565
with:
6666
python-version: '3.x'
6767

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the codebase
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Publish to Galaxy
1818
uses: robertdebock/[email protected]

0 commit comments

Comments
 (0)