Skip to content

Commit b3c91e9

Browse files
authored
Merge pull request #2385 from schemacrawler/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 26f51ba + 410a8d0 commit b3c91e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/database-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
remove-docker-images: 'true'
5656
- id: checkout-code
5757
name: Checkout code
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959
- id: move-m2-to-workspace
6060
name: Move Maven local repository to workspace
6161
shell: bash

.github/workflows/diff-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- id: checkout-code
1717
name: Checkout code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- id: install-diff2html
2121
name: Install diff2html

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# CHECKOUT CODE
2121
- id: checkout-code
2222
name: Checkout code
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
# Full git history is needed to get a proper list
2626
# of changed files within `super-linter`

0 commit comments

Comments
 (0)