Skip to content

Commit

Permalink
bump some actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed May 19, 2024
1 parent 3fea222 commit e0a61a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

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

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '3.10'

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

- name: Install deps
run: python -mpip install -r requirements-dev.txt
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:

runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -72,6 +72,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.0
with:
python-version: 3.x

0 comments on commit e0a61a4

Please sign in to comment.