Skip to content

Commit 56b3b27

Browse files
committed
Merge branch 'hotfix/6.0.1' into develop
* hotfix/6.0.1: (build) Pin to specific version of ubuntu (#67) Add cake-addin tag (maint) Fix line endings (maint) Fix line endings
2 parents 0a63341 + a34ac70 commit 56b3b27

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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-latest, ubuntu-latest, macos-latest]
22+
os: [windows-latest, ubuntu-18.04, macos-latest]
2323

2424
env:
2525
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
analyze:
1919
name: Analyze
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-18.04
2121

2222
strategy:
2323
fail-fast: false

.github/workflows/dependabot-cake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
dependabot-cake:
10-
runs-on: ubuntu-latest # linux, because this is a docker-action
10+
runs-on: ubuntu-18.04 # linux, because this is a docker-action
1111
steps:
1212
- name: check/update cake dependencies
1313
uses: nils-org/dependabot-cake-action@v1

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

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

1616
steps:
1717
- name: checkout

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
draft-stable:
88
env:
99
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-18.04
1111

1212
steps:
1313
- name: Checkout the requested branch

src/Cake.Json/Cake.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Title>Cake.Json</Title>
1313
<Summary>JSON Serialization and manipulation addon for cake build.</Summary>
1414
<Description>Cake Build addon for JSON Serialization and manipulation.</Description>
15-
<PackageTags>Cake Script Build</PackageTags>
15+
<PackageTags>cake;script;build;cake-addin</PackageTags>
1616
<Authors>Redth</Authors>
1717
<Owners>Redth, cake-contrib</Owners>
1818
<RepositoryUrl>https://github.com/cake-contrib/Cake.Json.git</RepositoryUrl>

0 commit comments

Comments
 (0)