Skip to content

Commit

Permalink
github: update action versions
Browse files Browse the repository at this point in the history
Fixes deprecation warnings.
  • Loading branch information
dlech committed May 5, 2024
1 parent 7486895 commit b740808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
name: Check Formatting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: dotnet tool restore
- run: dotnet csharpier --check .
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

- name: Nuget restore
run: nuget restore
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

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

- name: Install nuget
run: |
Expand Down

0 comments on commit b740808

Please sign in to comment.