Skip to content

Commit 7b4657b

Browse files
authored
Merge pull request #1023 from unixorn/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f13c993 + eafbb37 commit 7b4657b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/awesomebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
# Full git history is needed to get a proper list of changed files
1919
# within `mega-linter`

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Checkout the code base #
4040
##########################
4141
- name: Checkout Code
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
# Full git history is needed to get a proper list of changed files
4545
# within `mega-linter`

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v6
1515
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)