Skip to content

Commit 34dba0a

Browse files
committed
Merge branch 'main' into update-versions
2 parents a3a0582 + d1220d5 commit 34dba0a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-build.yaml

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

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Configure Docker for multi-arch builds
2020
uses: docker/setup-qemu-action@v3

.github/workflows/release-create.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
contents: write
4747

4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
5252
ssh-key: "${{ secrets.DEPLOY_KEY }}"
5353

5454
- id: cz
5555
name: Create changelog and bump version
56-
uses: commitizen-tools/commitizen-action@0.24.0
56+
uses: commitizen-tools/commitizen-action@0.26.0
5757
with:
5858
changelog: true
5959
changelog_increment_filename: "changes.md"

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Setup trivy
1919
uses: aquasecurity/setup-trivy@v0.2.4

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Run linter
1818
uses: pre-commit/action@v3.0.1
@@ -26,7 +26,7 @@ jobs:
2626
contents: read
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030

3131
- name: Run container tests
3232
run: |

0 commit comments

Comments
 (0)