Skip to content

Commit 433aac5

Browse files
authored
Merge pull request #2185 from schemacrawler/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 38b0930 + ccab63f commit 433aac5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# CHECKOUT CODE
1515
- id: checkout-code
1616
name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
# CREATE ICONS
2020
- id: create-icons

.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@v5
18+
uses: actions/checkout@v6
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@v5
23+
uses: actions/checkout@v6
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)