Skip to content

Commit ff13676

Browse files
build(deps): bump actions/checkout from 5 to 6
2 parents 2eaadeb + 96107ea commit ff13676

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)