Skip to content

Commit b26fcae

Browse files
authored
ci: Use XRPLF/prepare_actions (#2473)
1 parent 60baaf9 commit b26fcae

File tree

9 files changed

+7
-83
lines changed

9 files changed

+7
-83
lines changed

.github/actions/prepare_runner/action.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,6 @@ updates:
104104
prefix: "ci: [DEPENDABOT] "
105105
target-branch: develop
106106

107-
- package-ecosystem: github-actions
108-
directory: .github/actions/prepare_runner/
109-
schedule:
110-
interval: weekly
111-
day: monday
112-
time: "04:00"
113-
timezone: Etc/GMT
114-
reviewers:
115-
- XRPLF/clio-dev-team
116-
commit-message:
117-
prefix: "ci: [DEPENDABOT] "
118-
target-branch: develop
119-
120107
- package-ecosystem: github-actions
121108
directory: .github/actions/restore_cache/
122109
schedule:

.github/workflows/build_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
ref: ${{ github.ref }}
8989

9090
- name: Prepare runner
91-
uses: ./.github/actions/prepare_runner
91+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
9292
with:
9393
disable_ccache: ${{ inputs.disable_cache }}
9494

.github/workflows/check_libxrpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Prepare runner
28-
uses: ./.github/actions/prepare_runner
28+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
2929
with:
3030
disable_ccache: true
3131

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Prepare runner
40-
uses: ./.github/actions/prepare_runner
40+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
4141
with:
4242
disable_ccache: true
4343

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
lfs: true
2424

2525
- name: Prepare runner
26-
uses: ./.github/actions/prepare_runner
26+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
2727
with:
2828
disable_ccache: true
2929

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Prepare runner
22-
uses: ./.github/actions/prepare_runner
22+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
2323
with:
2424
disable_ccache: true
2525

.github/workflows/release_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Prepare runner
59-
uses: ./.github/actions/prepare_runner
59+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
6060
with:
6161
disable_ccache: true
6262

.github/workflows/upload_conan_deps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ on:
2121
- .github/workflows/upload_conan_deps.yml
2222

2323
- .github/actions/generate/action.yml
24-
- .github/actions/prepare_runner/action.yml
2524
- ".github/scripts/conan/**"
2625

2726
- conanfile.py
@@ -32,7 +31,6 @@ on:
3231
- .github/workflows/upload_conan_deps.yml
3332

3433
- .github/actions/generate/action.yml
35-
- .github/actions/prepare_runner/action.yml
3634
- ".github/scripts/conan/**"
3735

3836
- conanfile.py
@@ -73,7 +71,7 @@ jobs:
7371
- uses: actions/checkout@v4
7472

7573
- name: Prepare runner
76-
uses: ./.github/actions/prepare_runner
74+
uses: XRPLF/actions/.github/actions/prepare_runner@dabd6e67fd6780379c48eedb83df189626f1158d
7775
with:
7876
disable_ccache: true
7977

0 commit comments

Comments
 (0)