Skip to content

Commit

Permalink
Merge pull request #103 from SquireTournamentServices/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/actions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
djpiper28 authored Jan 22, 2024
2 parents fae7cd6 + 95be16d commit 1540571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
libgl1-mesa-dev libjemalloc-dev libcurl4-openssl-dev \
libdwarf-dev libelf-dev libabsl-dev
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
rust-version: nightly

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
rust-version: nightly

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
with:
rust-version: nightly

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
rustup default nightly
rustup update
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit 1540571

Please sign in to comment.