Skip to content

Commit 40af9c1

Browse files
authored
Merge pull request #60 from flcdrg/dependabot/github_actions/actions/checkout-5
2 parents 4b6d2c6 + 8d7ee0a commit 40af9c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# 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
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656

5757
- name: Setup MSBuild.exe
5858
uses: microsoft/setup-msbuild@v2.0.0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# config: ${{ vars.PERMISSIONS_CONFIG }}
2828

2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

@@ -67,7 +67,7 @@ jobs:
6767
run: echo "$NEEDS_CONTEXT"
6868

6969
- name: Checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373

0 commit comments

Comments
 (0)