Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#174)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 98631aa commit 1bebdc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
miniconda-version: "latest"
python-version: ${{ matrix.py }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: pick environment to run
run: |
import subprocess; import json; import os
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
exclude:
- { os: windows, tox_env: pkg_meta }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup Python '3.10'
uses: actions/setup-python@v4
with:
Expand All @@ -112,7 +112,7 @@ jobs:
python-version: '3.10'
- name: install pep517
run: python -m pip install build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build package
run: python -m build -s -w . -o dist
- name: publish to PyPi
Expand Down

0 comments on commit 1bebdc9

Please sign in to comment.