Skip to content

Commit 96107ea

Browse files
build(deps): 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 52beddc commit 96107ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dockerised-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- 5433:5432
4949

5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- name: Run test noproc fixture on docker
5353
uses: fizyk/actions-reuse/.github/actions/pipenv@v4.1.1
5454
with:

.github/workflows/oldest-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
PYTHON: ${{ matrix.python-version }}
3535
POSTGRES: ${{ inputs.postgresql }}
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Set up Pipenv on python ${{ matrix.python-version }}
3939
uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v4.1.1
4040
with:

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
PYTHON: ${{ matrix.python-version }}
3535
POSTGRES: ${{ inputs.postgresql }}
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- name: Set up Pipenv on python ${{ matrix.python-version }}
3939
uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v4.1.1
4040
with:

0 commit comments

Comments
 (0)