Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delubear authored Sep 24, 2024
1 parent 3065291 commit 1b1b6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 8.x
- name: Install dependencies
Expand All @@ -38,7 +38,7 @@ jobs:
run: dotnet publish --configuration Release --no-restore
- name: read JSON property
id: version
uses: notiz-dev/github-action-json-property@release
uses: notiz-dev/github-action-json-property@v0.2.0
with:
# path to json file
path: ./GlucoseTray/appsettings.json
Expand Down

0 comments on commit 1b1b6b8

Please sign in to comment.