Skip to content

Commit 31ddce0

Browse files
authored
Merge pull request #471 from MagicMirrorModules/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents a50e6ed + 89a1ade commit 31ddce0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GITHUB_REF: ${{ github.ref }}
2525
GITHUB_REPOSITORY: ${{ github.repository }}
2626
- name: Check out repository code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
persist-credentials: false
3030
- name: Confirm checkout

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v6
59+
uses: actions/checkout@v7
6060
with:
6161
persist-credentials: false
6262

.github/workflows/superlinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Checks out a copy of your repository on the ubuntu-latest machine
2727
- name: Checkout code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
# super-linter needs the full git history to get the
3131
# list of files that changed across commits

0 commit comments

Comments
 (0)