Skip to content

Commit

Permalink
Merge pull request #213 from volodia99/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/checkout-4
  • Loading branch information
neutrinoceros authored Oct 1, 2023
2 parents 3e6752a + 4b7dad4 commit 3a26974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: type-checking

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -85,7 +85,7 @@ jobs:
with:
python-version: '3.11'

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
run: |
Expand Down

0 comments on commit 3a26974

Please sign in to comment.