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 9d4fe48 commit d679b04Copy full SHA for d679b04
.github/workflows/.schema-spy.yml
@@ -49,7 +49,7 @@ jobs:
49
- 5432:5432
50
timeout-minutes: 10
51
steps:
52
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
53
54
- name: Flyway
55
uses: docker://flyway/flyway:11@sha256:1e53436ada80ff9ff907ad58dedffdf45e786b88b8faf376f3b7291166d1d87c
.github/workflows/csr-generator.yml
@@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
56
57
- name: Checkout repository
58
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
59
60
- name: Make script executable
61
run: chmod +x ./cert-setup/csr_generator.sh
0 commit comments