Skip to content

Commit

Permalink
[GitHub -> Actions] Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings authored May 29, 2024
1 parent a89de84 commit 4d7f6ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.5

- name: Setup .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Check Dependency Cache
uses: actions/cache@v3
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit 4d7f6ff

Please sign in to comment.