Skip to content

Commit 192f5b8

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/checkout action to v4
1 parent 9ae2ea8 commit 192f5b8

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-22.04'
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020

2121
- name: Build and Push Docker Images
2222
uses: docker/build-push-action@v1

.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@v2
25+
- uses: actions/checkout@v4
2626

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

0 commit comments

Comments
 (0)