Skip to content

Commit

Permalink
Update actions to use Node.js 20 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulloz authored Feb 12, 2024
1 parent f4ae9bb commit 2c9c740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
DOTNET_NOLOGO: 1
steps:
- name: 📦 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔩 Set up .NET environment
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: 📦 Restore Dependencies
Expand Down

0 comments on commit 2c9c740

Please sign in to comment.