Skip to content

Commit add4139

Browse files
committed
Add deprecation warnings to all reusable workflows
1 parent e6a654b commit add4139

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
build:
4040
runs-on: ubuntu-22.04
4141
steps:
42+
- run: echo "::warning:: Due to the inability to properly pin them, reusable workflows in KSPBuildTools will be deprecated in the next major version"
4243
- name: Checkout Mod Repo
4344
uses: actions/checkout@v4
4445
with:

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
build:
5959
runs-on: ubuntu-22.04
6060
steps:
61+
- run: echo "::warning:: Due to the inability to properly pin them, reusable workflows in KSPBuildTools will be deprecated in the next major version"
62+
6163
- name: Checkout Mod Repo
6264
uses: actions/checkout@v4
6365
with:

.github/workflows/publish-to-spacedock.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
publish-to-spacedock:
3030
runs-on: ubuntu-24.04
3131
steps:
32+
- run: echo "::warning:: Due to the inability to properly pin them, reusable workflows in KSPBuildTools will be deprecated in the next major version"
33+
3234
- name: get-release-info
3335
id: get-release-info
3436
uses: KSPModdingLibs/KSPBuildTools/.github/actions/get-release-info@main

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
validate:
99
runs-on: ubuntu-24.04
1010
steps:
11+
- run: echo "::warning:: Due to the inability to properly pin them, reusable workflows in KSPBuildTools will be deprecated in the next major version"
12+
1113
- name: Checkout repo
1214
uses: actions/checkout@v4
1315

0 commit comments

Comments
 (0)