Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#121)
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] committed Sep 19, 2023
1 parent 00fe50e commit 9767954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 🛒 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ✨ Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: 🛒 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ✨ Setup .NET 7.0
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 9767954

Please sign in to comment.