Skip to content

Commit 5fb0c30

Browse files
Merge pull request #205 from OpsLevel/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 9471e5d + 54b38a7 commit 5fb0c30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: needs.validate.outputs.should_release == 'true'
4444
steps:
4545
- name: Check out
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
- name: Set up JDK 11
4848
uses: actions/setup-java@v3
4949
with:

.github/workflows/test.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

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Set up JDK 11
1212
uses: actions/setup-java@v3
1313
with:

0 commit comments

Comments
 (0)