Skip to content

Commit f65a1bb

Browse files
committed
bump gh actions
Signed-off-by: rafsaf <[email protected]>
1 parent f0f25b5 commit f65a1bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dev_build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Login to DockerHub
2626
uses: docker/login-action@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
services:
1313
postgres:
14-
image: postgres
14+
image: postgres:18
1515
env:
1616
POSTGRES_PASSWORD: postgres
1717
options: >-
@@ -22,7 +22,7 @@ jobs:
2222
ports:
2323
- 5432:5432
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626

2727
- name: "Set up Python"
2828
uses: actions/setup-python@v6

.github/workflows/type_check.yml

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

1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: "Set up Python"
2020
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)