Skip to content

Commit 18ef991

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd2ccb3 commit 18ef991

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
dist:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.x"
@@ -23,7 +23,7 @@ jobs:
2323
docs:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.11"
@@ -46,7 +46,7 @@ jobs:
4646
- "5.1.0"
4747
- "5.2.0"
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- uses: actions/setup-python@v6
5151
with:
5252
python-version: ${{ matrix.python-version }}
@@ -69,7 +69,7 @@ jobs:
6969
- "7.0.0"
7070
- "7.1.0"
7171
steps:
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
- name: Set up Python ${{ matrix.python-version }}
7474
uses: actions/setup-python@v6
7575
with:
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/setup-python@v6
103103
with:
104104
python-version: ${{ matrix.python-version }}
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106
- run: sudo apt-get update && sudo apt-get install -y gettext
107107
- run: python -m pip install -e ".[test,postgres]"
108108
- run: psql template1 -c "CREATE EXTENSION citext;"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
pypi-build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version: "3.x"

0 commit comments

Comments
 (0)