From d074ab6d220a9eaee0e52ccf2d02cde8f09001ff Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Tue, 10 Jan 2023 15:57:18 +0100 Subject: [PATCH] Fix deprecation errors --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c00f3c..292e437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' @@ -56,12 +56,12 @@ jobs: steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: "${{ github.repository }}" - name: Set up Python 3 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b34abe..5cc5164 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Publish to Galaxy uses: robertdebock/galaxy-action@1.2.0