Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 8e22a4b commit 30deaf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
lint_config:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- run: dotnet run --project=tools/ConfigFilesGenerator/ConfigFilesGenerator.csproj

create_nuget:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: "ubuntu-22.04"
needs: [create_nuget, lint_config]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: nuget
Expand Down

0 comments on commit 30deaf4

Please sign in to comment.