Skip to content

Commit e631af1

Browse files
committed
GIthubCI: replace reference to dynamic-uses
Action with nblockchain/conventions@main. This commit contains failing CI, but it should work once PR is merged.
1 parent 964a225 commit e631af1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
container:
2323
image: "ubuntu:24.04"
2424
steps:
25-
- uses: webwarrior-ws/conventions@dynamic-uses-action
25+
- uses: nblockchain/conventions@main
2626
with:
2727
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
2828
- name: Install required dependencies
@@ -53,7 +53,7 @@ jobs:
5353
container:
5454
image: "ubuntu:24.04"
5555
steps:
56-
- uses: webwarrior-ws/conventions@dynamic-uses-action
56+
- uses: nblockchain/conventions@main
5757
with:
5858
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
5959
- name: Install required dependencies
@@ -81,7 +81,7 @@ jobs:
8181
container:
8282
image: "ubuntu:24.04"
8383
steps:
84-
- uses: webwarrior-ws/conventions@dynamic-uses-action
84+
- uses: nblockchain/conventions@main
8585
with:
8686
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
8787
- name: Install required dependencies
@@ -121,7 +121,7 @@ jobs:
121121
container:
122122
image: "ubuntu:24.04"
123123
steps:
124-
- uses: webwarrior-ws/conventions@dynamic-uses-action
124+
- uses: nblockchain/conventions@main
125125
with:
126126
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
127127
- name: Install required dependencies
@@ -176,7 +176,7 @@ jobs:
176176
sudo apt install --yes --no-install-recommends git
177177
# workaround for https://github.com/actions/runner/issues/2033
178178
git config --global --add safe.directory '*'
179-
- uses: webwarrior-ws/conventions@dynamic-uses-action
179+
- uses: nblockchain/conventions@main
180180
with:
181181
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
182182
with: |

0 commit comments

Comments
 (0)