Skip to content

Commit 1be6ad6

Browse files
authored
Merge pull request #433 from MMM-CalendarExt2/dependabot/github_actions/actions/checkout-6
2 parents 3ffc9cf + e9d6e59 commit 1be6ad6

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@v5
27+
uses: actions/checkout@v6
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@v5
59+
uses: actions/checkout@v6
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@v5
28+
uses: actions/checkout@v6
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)