Skip to content

Commit 8afd6fa

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/checkout action to v5
1 parent 462403d commit 8afd6fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
push:
1717
runs-on: 'ubuntu-24.04'
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Extract metadata for Docker
2222
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2323
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
# Backend
2828
- name: Set up .NET SDK

0 commit comments

Comments
 (0)