Skip to content

Commit

Permalink
Update deprecated actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy committed Aug 14, 2023
1 parent eb482c6 commit 3e8646f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- 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.9
- name: Install dependencies
Expand All @@ -22,7 +22,7 @@ jobs:
needs: test
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build artifacts
run: python3 build.py
- name: Create release
Expand Down

0 comments on commit 3e8646f

Please sign in to comment.