Skip to content

Commit 2b98f80

Browse files
authored
Merge pull request #85 from datafaker-net/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 3f8c3d3 + 1e95ebe commit 2b98f80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
2323
runs-on: ${{ matrix.runs-on }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- name: Set up JDK ${{ matrix.java-version }}
2727
uses: actions/setup-java@v5
2828
with:

0 commit comments

Comments
 (0)