Skip to content

Commit 119dc10

Browse files
authored
Merge branch 'master' into master
2 parents b676100 + 6713b44 commit 119dc10

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/managed.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212

1313
jobs:
1414
build:
15-
uses: xoofx/.github/.github/workflows/dotnet.yml@main
16-
with:
17-
dotnet-version: 8.0
18-
secrets:
19-
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
15+
runs-on: 'ubuntu-latest'
16+
steps:
17+
- name: "Build, Test, Pack and Publish"
18+
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
19+
with:
20+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Build Linux
2727
if: matrix.os == 'ubuntu-20.04'
2828
run: |

0 commit comments

Comments
 (0)