Skip to content

Commit ae40fb4

Browse files
Update actions/checkout action to v6
1 parent d58fcc1 commit ae40fb4

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
@@ -17,7 +17,7 @@ jobs:
1717
push:
1818
runs-on: 'ubuntu-24.04'
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Extract metadata for Docker
2323
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
@@ -23,7 +23,7 @@ jobs:
2323
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2424
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

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

0 commit comments

Comments
 (0)