Skip to content

Commit ce1bef6

Browse files
committed
chore: update NPM packages
1 parent ee9bf47 commit ce1bef6

File tree

6 files changed

+329
-331
lines changed

6 files changed

+329
-331
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Build
10-
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@v17
10+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17
1111
with:
1212
project-name: jcdcdev.Umbraco.ExtendedMarkdownEditor
1313
project-path: src/jcdcdev.Umbraco.ExtendedMarkdownEditor/jcdcdev.Umbraco.ExtendedMarkdownEditor.csproj

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Build
1515
id: build
16-
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@v17
16+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17
1717
with:
1818
project-name: jcdcdev.Umbraco.ExtendedMarkdownEditor
1919
project-path: src/jcdcdev.Umbraco.ExtendedMarkdownEditor/jcdcdev.Umbraco.ExtendedMarkdownEditor.csproj

.github/workflows/update-readme.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
default: false
99
type: boolean
1010
schedule:
11-
- cron: '30 23,11 * * *'
11+
- cron: "30 23,11 * * *"
1212
jobs:
1313
get-refs:
1414
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
max-parallel: 1
3838
matrix:
39-
ref: ${{fromJson(needs.get-refs.outputs.refs) }}
39+
ref: ${{fromJson(needs.get-refs.outputs.refs) }}
4040
steps:
4141
- name: Update README
4242
uses: jcdcdev/jcdcdev.Umbraco.GitHub.PackageReadme@main
@@ -47,4 +47,3 @@ jobs:
4747
nuget-readme-filepath: ${{ env.NUGET_README_FILEPATH }}
4848
branch: ${{ matrix.ref }}
4949
api-key: ${{ secrets.SECURITY_POLICY_API_KEY }}
50-

.github/workflows/update-security-policy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
default: false
99
type: boolean
1010
schedule:
11-
- cron: '0 23,11 * * *'
11+
- cron: "0 23,11 * * *"
1212
jobs:
1313
get-refs:
1414
runs-on: ubuntu-latest
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
max-parallel: 1
3737
matrix:
38-
ref: ${{fromJson(needs.get-refs.outputs.refs) }}
38+
ref: ${{fromJson(needs.get-refs.outputs.refs) }}
3939
steps:
4040
- name: Update Security Policy
4141
uses: jcdcdev/jcdcdev.Umbraco.GitHub.PackageSecurity@main
@@ -45,4 +45,3 @@ jobs:
4545
security-policy-filepath: ${{ env.SECURITY_POLICY_FILEPATH }}
4646
security-policy-api-key: ${{ secrets.SECURITY_POLICY_API_KEY }}
4747
branch: ${{ matrix.ref }}
48-

0 commit comments

Comments
 (0)