Skip to content

Commit bec87cc

Browse files
committed
[ci] Bump actions/checkout from 4 to 6
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent 9f34904 commit bec87cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
- name: Commit messages in format DBZ-xxx
1212
env:
1313
BASE_REF: ${{ github.base_ref }}

0 commit comments

Comments
 (0)