Skip to content

Commit

Permalink
Update deprecated Node 12 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Apr 17, 2023
1 parent fa77f85 commit 7c740ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- cpu-ubuntu20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

#
# Setup Python Environment
#
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.11.3"
cache: pip
Expand Down

0 comments on commit 7c740ff

Please sign in to comment.