Skip to content

Commit 046673b

Browse files
authored
1 parent 8917430 commit 046673b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
services:
1818
postgres:
19-
image: postgres:17.2
19+
image: postgres:17.4
2020
env:
2121
POSTGRES_DB: dashboard
2222
POSTGRES_USER: visionBoard
@@ -124,4 +124,4 @@ jobs:
124124
--assignee "${{ github.actor }}" \
125125
--reviewer "${{ github.actor }}"
126126
env:
127-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)