Skip to content

Commit 3a680df

Browse files
committed
+changelog-ignore: pin actions to v0
1 parent eb92998 commit 3a680df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Build
10-
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@main
10+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v0
1111
with:
1212
project-name: Umbraco.Community.DataProtection
1313
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
1414
umbraco-version: 15
15-
dotnet-version: "9"
15+
dotnet-version: "9"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🚀 Release
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [ closed ]
5+
types: [closed]
66
jobs:
77
release:
88
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
@@ -13,16 +13,16 @@ jobs:
1313
steps:
1414
- name: Build
1515
id: build
16-
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
16+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v0
1717
with:
1818
project-name: Umbraco.Community.DataProtection
1919
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
2020
umbraco-version: 15
2121
dotnet-version: "9"
2222
- name: Release
23-
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
23+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v0
2424
with:
2525
artifact-name: ${{ steps.build.outputs.artifact-name }}
2626
version: ${{ steps.build.outputs.version }}
2727
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
28-
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)