Skip to content

Commit 383b451

Browse files
committed
Fix deprecation errors
1 parent ca72c93 commit 383b451

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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

@@ -52,12 +52,12 @@ jobs:
5252

5353
steps:
5454
- name: Check out the codebase
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
with:
5757
path: "${{ github.repository }}"
5858

5959
- name: Set up Python 3
60-
uses: actions/setup-python@v2
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: '3.x'
6363

.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/galaxy-action@1.2.0

0 commit comments

Comments
 (0)