Skip to content

Commit

Permalink
chore: bump checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 9, 2024
1 parent ec1c42d commit 2f8f2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: python --version
- run: pip install -r requirements.txt
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: python --version
- run: pip install -r requirements.txt
- run: |
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
container: pypy:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: pypy --version
- run: pip install -r requirements.txt
- run: |
Expand Down

0 comments on commit 2f8f2f3

Please sign in to comment.