Skip to content

Commit

Permalink
Merge 6b70154 into 1b968bf
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 1, 2022
2 parents 1b968bf + 6b70154 commit 5b64872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: "${{ matrix.os }}"

steps:
- uses: "actions/checkout@v3.0.2"
- uses: "actions/checkout@v3.1.0"

- uses: "./.github/actions/install_python_and_poetry"
with:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3.0.2"
- uses: "actions/checkout@v3.1.0"

- id: "python_and_poetry"
uses: "./.github/actions/install_python_and_poetry"
Expand Down

0 comments on commit 5b64872

Please sign in to comment.