Skip to content

Commit 3a57454

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/checkout action to v5
1 parent a5f0a1b commit 3a57454

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Clone the repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Read version from ref
2626
id: version

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2828
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Set up .NET SDK
3232
uses: actions/setup-dotnet@v4
3333
with:
@@ -45,14 +45,14 @@ jobs:
4545
encoding:
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Verify encoding
5050
shell: pwsh
5151
run: scripts/Test-Encoding.ps1
5252
licenses:
5353
runs-on: ubuntu-24.04
5454
steps:
5555
- name: Check out the sources
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
- name: REUSE license check
5858
uses: fsfe/reuse-action@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "version=$(if ($env:GITHUB_REF.StartsWith('refs/tags/v')) { $env:GITHUB_REF -replace '^refs/tags/v', '' } else { 'next' })" >> $env:GITHUB_OUTPUT
2828

2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Read the changelog
3333
uses: ForNeVeR/ChangelogAutomation.action@v2

0 commit comments

Comments
 (0)