We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e067b commit be9383eCopy full SHA for be9383e
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
dotnet-version: 10.0.x
18
19
- name: Check out repository
20
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
21
22
- name: Pack
23
run: dotnet pack -p:Version=${{ inputs.Version }} -o "./build" ./src/AutoTests.Framework.slnx -p:CI=true
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
12
13
14
- name: Setup .NET
15
uses: actions/setup-dotnet@v5
@@ -27,7 +27,7 @@ jobs:
27
runs-on: windows-latest
28
29
- name: Checkout
30
31
32
33
0 commit comments