Skip to content

Commit

Permalink
Updating github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith authored Dec 20, 2022
1 parent 6e9ec50 commit d0626cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
FEEDZ_KEY: ${{ secrets.FEEDZ_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build Reason
Expand Down

0 comments on commit d0626cc

Please sign in to comment.