Skip to content

Commit c8e62cd

Browse files
authored
Merge pull request #244 from nils-a/feature/GH-243
(#243) bumped GH-Action-Images to latest
2 parents ebebffa + bc62d3f commit c8e62cd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: [ windows-2019, ubuntu-18.04, macos-10.15 ]
22+
os: [ windows-2022, ubuntu-22.04, macos-12 ]
2323

2424
env:
2525
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
@@ -43,7 +43,7 @@ jobs:
4343
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
4444

4545
steps:
46-
- name: Checkout the repository
46+
- name: Checkout the repository
4747
uses: actions/checkout@v3
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
@@ -66,7 +66,7 @@ jobs:
6666
script-path: recipe.cake
6767
target: CI
6868
verbosity: Diagnostic
69-
cake-version: 1.3.0
69+
cake-version: tool-manifest
7070
- name: Upload Issues
7171
uses: actions/upload-artifact@v3
7272
with:
@@ -81,4 +81,4 @@ jobs:
8181
with:
8282
if-no-files-found: warn
8383
name: package
84-
path: BuildArtifacts/Packages/**/*
84+
path: BuildArtifacts/Packages/**/*

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
analyze:
2020
name: Analyze
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-22.04
2222

2323
strategy:
2424
fail-fast: false
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
script-path: recipe.cake
6161
target: DotNetCore-Build
62-
cake-version: 1.3.0
62+
cake-version: tool-manifest
6363
env:
6464
COMPlus_DbgEnableMiniDump: 1
6565
COMPlus_DbgMiniDumpType: 1

.github/workflows/publishDocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ env:
1111

1212
jobs:
1313
cake:
14-
runs-on: ubuntu-18.04
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- name: checkout
1818
uses: actions/checkout@v3
1919

2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow
22-
22+
2323
- name: Cache Tools
2424
uses: actions/cache@v3
2525
with:
@@ -32,4 +32,4 @@ jobs:
3232
script-path: recipe.cake
3333
target: Force-Publish-Documentation
3434
verbosity: Diagnostic
35-
cake-version: 1.3.0
35+
cake-version: tool-manifest

0 commit comments

Comments
 (0)