Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent f6b14cc commit 18bdb5d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install rust nightly
uses: dtolnay/rust-toolchain@nightly
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

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

- name: install rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- 'pypy3.10'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up python
uses: actions/setup-python@v4
with:
Expand All @@ -181,12 +181,12 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: pydantic/pydantic
path: pydantic

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: pydantic-core

Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install rust nightly
uses: dtolnay/rust-toolchain@nightly
Expand All @@ -288,7 +288,7 @@ jobs:
build-wasm-emscripten:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: set up python
id: setup-python
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
name: build sdist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: PyO3/maturin-action@v1
with:
command: sdist
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:

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

- name: set up python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -485,7 +485,7 @@ jobs:

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

- name: set up python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -559,7 +559,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: get dist artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -599,7 +599,7 @@ jobs:
distro: alpine_latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: get dist artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -646,7 +646,7 @@ jobs:

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

- name: set up python
uses: actions/setup-python@v4
Expand All @@ -670,7 +670,7 @@ jobs:
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/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 18bdb5d

Please sign in to comment.