Skip to content

Commit

Permalink
Merge pull request #340 from freakboy3742/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
freakboy3742 authored Sep 11, 2023
2 parents cfa2b42 + a3419df commit f438109
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Smoke test (3.6)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.6
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.3.0
with:
python-version: ${{ env.min_python_version }}
Expand All @@ -26,7 +26,7 @@ jobs:
- python-version: "3.12-dev"
experimental: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=60", "setuptools_scm[toml]>=7.0"]
requires = ["setuptools>=60", "setuptools_scm[toml]>=7.0", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit f438109

Please sign in to comment.