Skip to content

Commit

Permalink
Merge pull request #387 from 4Catalyzer/chore/update_actions_version
Browse files Browse the repository at this point in the history
chore: update actions to v3
  • Loading branch information
c0state committed May 10, 2022
2 parents 205aa15 + e9190d2 commit 14b455e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ["3.7", "3.10"]

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.10"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "3.10"
Expand Down

0 comments on commit 14b455e

Please sign in to comment.