Skip to content

Commit

Permalink
Update Github actions in the PR build pipeline (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored Jan 31, 2024
1 parent a3b4840 commit 88669ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: xCode
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer/

- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET

uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x.x
Expand Down

0 comments on commit 88669ca

Please sign in to comment.