Skip to content

Commit 01ae1fc

Browse files
authored
Merge pull request #19 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 1b18c1b + 5121e01 commit 01ae1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '11'
2424
steps:
2525
- name: Check out repository code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Setup java
2828
uses: actions/setup-java@v5
2929
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-java@v5
1818
with:
1919
java-version: '17'

0 commit comments

Comments
 (0)