Skip to content

Commit b0579a7

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/checkout action to v4
1 parent 7fd2587 commit b0579a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1818
steps:
1919
- name: Fetch the sources
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Set up .NET 6.0 SDK
2323
uses: actions/setup-dotnet@v1

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2525
steps:
2626
- name: Fetch the sources
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828

2929
- name: Set up .NET 6.0 SDK
3030
uses: actions/setup-dotnet@v1

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: Write-Output "::set-output name=version::$($env:GITHUB_REF -replace '^refs/tags/v', '')"
2424

2525
- name: Fetch the sources
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
- name: Set up .NET 6.0 SDK
2929
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)