Skip to content

Commit d679b04

Browse files
chore(deps): update actions/checkout action to v6 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d4fe48 commit d679b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.schema-spy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- 5432:5432
5050
timeout-minutes: 10
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353

5454
- name: Flyway
5555
uses: docker://flyway/flyway:11@sha256:1e53436ada80ff9ff907ad58dedffdf45e786b88b8faf376f3b7291166d1d87c

.github/workflows/csr-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: Make script executable
6161
run: chmod +x ./cert-setup/csr_generator.sh

0 commit comments

Comments
 (0)