Skip to content

Commit 3fb26e7

Browse files
authored
Merge pull request #7 from stho32/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents 453373d + 480d47d commit 3fb26e7

3 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
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v5

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
OUTPUTDIR: spamfilter-win-x64
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v6
3737
- name: Setup .NET Core
3838
uses: actions/setup-dotnet@v5
3939
with:

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v5
2121
with:
2222
java-version: 1.11
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2626
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)