Skip to content

Commit c1482c2

Browse files
committed
Upgrade GitHub Actions references to resolve warnings.
1 parent 62efc25 commit c1482c2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
# Checkout the source code
3131
steps:
3232
- name: "Checkout source"
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
# Install the .NET SDK indicated in the global.json file
3636
- name: Setup .NET SDK with global.json
37-
uses: actions/setup-dotnet@v3
37+
uses: actions/setup-dotnet@v4
3838
with:
3939
global-json-file: global.json
4040

@@ -64,11 +64,11 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: "Checkout source"
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868

6969
# Install the .NET SDK indicated in the global.json file
7070
- name: Setup .NET SDK with global.json
71-
uses: actions/setup-dotnet@v3
71+
uses: actions/setup-dotnet@v4
7272
with:
7373
global-json-file: global.json
7474

@@ -99,7 +99,7 @@ jobs:
9999

100100
# Install the .NET SDK indicated in the global.json file
101101
- name: Setup .NET SDK with global.json
102-
uses: actions/setup-dotnet@v3
102+
uses: actions/setup-dotnet@v4
103103
with:
104104
global-json-file: global.json
105105

0 commit comments

Comments
 (0)