Skip to content

Commit

Permalink
ci: Update actions to Node 16 compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Jul 26, 2023
1 parent c3f86c3 commit 0bb7c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Snap7 Linux
if: ${{ matrix.os == 'ubuntu-20.04' }}
Expand All @@ -90,14 +90,14 @@ jobs:
brew install snap7
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
7.x
- name: Nuget Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.nuget/packages
# Look to see if there is a cache hit for the corresponding requirements file
Expand Down

0 comments on commit 0bb7c53

Please sign in to comment.