Skip to content

Commit 749249f

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e51cd1 commit 749249f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/setup-python@v3
24-
- uses: actions/checkout@v2.4.0
24+
- uses: actions/checkout@v3
2525
with:
2626
cache: 'pip'
2727
cache-dependency-path: 'requirements.txt'
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/[email protected]
3737
with:
3838
node-version: 'lts/*'
39-
- uses: actions/checkout@v2.4.0
39+
- uses: actions/checkout@v3
4040
- name: Install Python dependencies
4141
run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
4242
- run: python setup.py sdist bdist_wheel
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/setup-python@v3
52-
- uses: actions/checkout@v2.4.0
52+
- uses: actions/checkout@v3
5353
with:
5454
cache: 'pip'
5555
cache-dependency-path: 'requirements.txt'
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
- run: python -m pip install --upgrade pip setuptools wheel
76-
- uses: actions/checkout@v2.4.0
76+
- uses: actions/checkout@v3
7777
- run: python setup.py test
7878
- name: Codecov
7979
run: |
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696
- run: python -m pip install --upgrade pip setuptools wheel
97-
- uses: actions/checkout@v2.4.0
97+
- uses: actions/checkout@v3
9898
- run: python -m pip install -e ".[${{ matrix.extras }}]"
9999
- run: python setup.py test
100100
- name: Codecov
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
python-version: ${{ matrix.python-version }}
130130
- run: python -m pip install --upgrade pip setuptools wheel
131-
- uses: actions/checkout@v2.4.0
131+
- uses: actions/checkout@v3
132132
- run: python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}
133133
- run: python setup.py test
134134
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2.4.0
12+
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
1414
- name: Install Python dependencies
1515
run: python -m pip install --upgrade pip setuptools wheel twine

0 commit comments

Comments
 (0)