Skip to content

Commit

Permalink
feat: adjust gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perret committed Nov 25, 2024
1 parent 5f53af0 commit 7cd9625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup .NET Environment
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: Restore .NET Tools
Expand Down

0 comments on commit 7cd9625

Please sign in to comment.