Skip to content

Commit 5d3c11a

Browse files
build(deps): bump actions/checkout from 4 to 5
2 parents 1f5c0ec + 432f4d7 commit 5d3c11a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v4
51+
- uses: actions/checkout@v5
5252
- name: Run test noproc fixture on docker
5353
uses: fizyk/actions-reuse/.github/actions/pipenv@v3.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@v4
37+
- uses: actions/checkout@v5
3838
- name: Set up Pipenv on python ${{ matrix.python-version }}
3939
uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v3.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@v4
37+
- uses: actions/checkout@v5
3838
- name: Set up Pipenv on python ${{ matrix.python-version }}
3939
uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v3.1.1
4040
with:

0 commit comments

Comments
 (0)