Skip to content

Commit fbc8070

Browse files
authored
Merge pull request #24 from muedsa/dependabot/github_actions/dot-github/workflows/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7 in /.github/workflows
2 parents 897fbdf + d3cc9d3 commit fbc8070

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
submodules: 'true'
1717
- name: Set up JDK 17

.github/workflows/validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
submodules: 'true'
1717
- name: Set up JDK 17

0 commit comments

Comments
 (0)