Skip to content

Commit 226248a

Browse files
committed
Bump GitHub action versions
1 parent cdf1775 commit 226248a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
env:
88
DOTNET_NOLOGO: true
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-dotnet@v1
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-dotnet@v3
1212
with:
1313
dotnet-version: |
1414
3.1.x
@@ -25,8 +25,8 @@ jobs:
2525
env:
2626
DOTNET_NOLOGO: true
2727
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/setup-dotnet@v1
28+
- uses: actions/checkout@v3
29+
- uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: |
3232
3.1.x

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
windows:
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Get the version
1212
id: get_version
1313
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: windows-latest
99
if: "!github.event.release.prerelease"
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Get the version
1313
id: get_version
1414
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)