Skip to content

Commit

Permalink
actions/setup-python@v4 and pyyaml==6.0.1 (#172)
Browse files Browse the repository at this point in the history
all review points by @unkcpz has been addressed
  • Loading branch information
khsrali authored Jul 24, 2024
1 parent e469ef4 commit 02a43fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies (including dev dependencies at frozen version)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.8"
- uses: pre-commit/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Set up 'ssh localhost' that is used in testing the backup command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/concurrency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies (including dev dependencies at frozen version)
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pytest-benchmark==4.0.0
# via disk-objectstore (setup.py)
pytest-cov==4.1.0
# via disk-objectstore (setup.py)
pyyaml==6.0
pyyaml==6.0.1
# via pre-commit
sqlalchemy==1.4.48
# via disk-objectstore (setup.py)
Expand Down

0 comments on commit 02a43fe

Please sign in to comment.