Skip to content

Commit ea21463

Browse files
authored
Merge pull request #41 from thiagoluga/dependabot/github_actions/actions/checkout-7
chore(ci): bump actions/checkout from 6 to 7
2 parents e8f0a4c + 7c025d7 commit ea21463

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2525
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828

2929
- name: Setup .NET (8 + 9)
3030
uses: actions/setup-dotnet@v5

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DOTNET_NOLOGO: true
2929
DOTNET_CLI_TELEMETRY_OPTOUT: true
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232

3333
- name: Setup .NET (8 + 9)
3434
uses: actions/setup-dotnet@v5

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DOTNET_CLI_TELEMETRY_OPTOUT: true
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
# Full history gives Sonar accurate new-code / blame information.
3434
fetch-depth: 0

0 commit comments

Comments
 (0)