Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 9ae2ea8 commit 38345b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
push:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build and Push Docker Images
uses: docker/build-push-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Backend
- name: Set up .NET SDK
Expand Down

0 comments on commit 38345b0

Please sign in to comment.