diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-30 16:10:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-30 16:10:19 +0200 |
| commit | 7dfa644d0675c80901040ce992a0b2af086d17ec (patch) | |
| tree | 6c406c71b9ce179a1e49c456ef4ce2a7d06f23f1 /.github/workflows | |
| parent | 82e9e9dd8eecd3b807840bad9c1bdc84f24ccc74 (diff) | |
| download | sqlalchemy-7dfa644d0675c80901040ce992a0b2af086d17ec.tar.gz | |
Bump actions/checkout from 2 to 3 (#8310)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create-wheels.yaml | 6 | ||||
| -rw-r--r-- | .github/workflows/run-on-pr.yaml | 8 | ||||
| -rw-r--r-- | .github/workflows/run-test.yaml | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 53ac9007e..565055226 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get python version id: linux-py-version @@ -241,7 +241,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Remove tag_build from setup.cfg # sqlalchemy has `tag_build` set to `dev` in setup.cfg. We need to remove it before creating the weel diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 56e2a6743..1a622bfd1 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -37,7 +37,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -70,7 +70,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -103,7 +103,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -135,7 +135,7 @@ jobs: # steps: # - name: Checkout repo - # uses: actions/checkout@v2 + # uses: actions/checkout@v3 # - name: Set up emulation # run: | diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 6f9be629f..035b22017 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -70,7 +70,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -105,7 +105,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up emulation run: | @@ -141,7 +141,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -174,7 +174,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 @@ -207,7 +207,7 @@ jobs: # steps to run in each job. Some are github actions, others run shell commands steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 |
