Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Aug 21, 2023
1 parent 5fb413c commit 18b3a19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
Expand Down
8 changes: 4 additions & 4 deletions source/NoCommons.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoCommons.Tests", "NoCommon
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{5F3B8579-1D0D-403E-B79B-13515D3578D0}"
ProjectSection(SolutionItems) = preProject
.github\FUNDING.yml = .github\FUNDING.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Release.yml = .github\workflows\Release.yml
GitVersion.yml = GitVersion.yml
.github\FUNDING.yml = ..\.github\\FUNDING.yml
.github\workflows\CI.yml = ..\.github\workflows\CI.yml
.github\workflows\Release.yml = ..\.github\workflows\Release.yml
GitVersion.yml = ..\GitVersion.yml
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit 18b3a19

Please sign in to comment.