Skip to content

Commit 0b15714

Browse files
authored
Merge pull request #383 from drewcassidy/master
Pin KSPBT workflow versions
2 parents 96244ef + 96ec5a5 commit 0b15714

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313

1414
jobs:
1515
build:
16-
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
16+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@0.0.4

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99

1010
jobs:
1111
create-release:
12-
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
12+
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@0.0.4
1313
with:
1414
version-string: ${{ inputs.version-string }}

0 commit comments

Comments
 (0)