Skip to content

Commit 4b731a9

Browse files
authored
ci: Update shared actions (#2852)
1 parent 7600e74 commit 4b731a9

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/actions/build-clio/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
using: composite
1515
steps:
1616
- name: Get number of processors
17-
uses: XRPLF/actions/.github/actions/get-nproc@046b1620f6bfd6cd0985dc82c3df02786801fe0a
17+
uses: XRPLF/actions/get-nproc@cf0433aa74563aead044a1e395610c96d65a37cf
1818
id: nproc
1919
with:
2020
subtract: ${{ inputs.nproc_subtract }}

.github/workflows/check-libxrpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Prepare runner
32-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
32+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
3333
with:
3434
disable_ccache: true
3535

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Prepare runner
47-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
47+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
4848
with:
4949
disable_ccache: true
5050

@@ -59,7 +59,7 @@ jobs:
5959
conan_profile: ${{ env.CONAN_PROFILE }}
6060

6161
- name: Get number of processors
62-
uses: XRPLF/actions/.github/actions/get-nproc@046b1620f6bfd6cd0985dc82c3df02786801fe0a
62+
uses: XRPLF/actions/get-nproc@cf0433aa74563aead044a1e395610c96d65a37cf
6363
id: nproc
6464

6565
- name: Run clang-tidy (several times)

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
lfs: true
2828

2929
- name: Prepare runner
30-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
30+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
3131
with:
3232
disable_ccache: true
3333

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Cleanup workspace
9090
if: ${{ runner.os == 'macOS' }}
91-
uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f
91+
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
9292

9393
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9494
with:
@@ -99,7 +99,7 @@ jobs:
9999
ref: ${{ github.ref }}
100100

101101
- name: Prepare runner
102-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
102+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
103103
with:
104104
disable_ccache: ${{ !inputs.download_ccache }}
105105

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Prepare runner
63-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
63+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
6464
with:
6565
disable_ccache: true
6666

.github/workflows/reusable-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Cleanup workspace
5454
if: ${{ runner.os == 'macOS' }}
55-
uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f
55+
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
5656

5757
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5858
with:
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: Cleanup workspace
126126
if: ${{ runner.os == 'macOS' }}
127-
uses: XRPLF/actions/.github/actions/cleanup-workspace@ea9970b7c211b18f4c8bcdb28c29f5711752029f
127+
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
128128

129129
- name: Spin up scylladb
130130
if: ${{ runner.os == 'macOS' }}

.github/workflows/upload-conan-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7979

8080
- name: Prepare runner
81-
uses: XRPLF/actions/.github/actions/prepare-runner@8abb0722cbff83a9a2dc7d06c473f7a4964b7382
81+
uses: XRPLF/actions/prepare-runner@2ece4ec6ab7de266859a6f053571425b2bd684b6
8282
with:
8383
disable_ccache: true
8484

0 commit comments

Comments
 (0)