Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Jun 28, 2024
1 parent f94d4fc commit 7087b1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
submodules: 'true'

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -35,7 +36,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.300

- uses: actions/setup-node@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
persist-credentials: false
submodules: 'true'

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -27,7 +30,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.300

- uses: actions/setup-node@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
submodules: 'true'

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -35,7 +38,7 @@ jobs:

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.300

- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 7087b1d

Please sign in to comment.