Skip to content

Commit

Permalink
Upgrade GitHub Actions references to resolve warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsagara committed Nov 20, 2024
1 parent 62efc25 commit c1482c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
# Checkout the source code
steps:
- name: "Checkout source"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the .NET SDK indicated in the global.json file
- name: Setup .NET SDK with global.json
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down Expand Up @@ -64,11 +64,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout source"
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install the .NET SDK indicated in the global.json file
- name: Setup .NET SDK with global.json
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

# Install the .NET SDK indicated in the global.json file
- name: Setup .NET SDK with global.json
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down

0 comments on commit c1482c2

Please sign in to comment.