We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ff31 commit 26f6d91Copy full SHA for 26f6d91
.github/workflows/cicd.yaml
@@ -33,7 +33,7 @@ jobs:
33
pre-commit run --all-files
34
35
- name: install lib postgres
36
- uses: nyurik/action-setup-postgis@v1
+ uses: nyurik/action-setup-postgis@v2
37
38
- name: Install dependencies
39
run: |
.github/workflows/packages.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
- name: Log in to the Container registry
20
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.2.0
21
with:
22
registry: ghcr.io
23
username: ${{ github.actor }}
0 commit comments