Skip to content

Commit dcc7433

Browse files
webwarrior-wsknocte
authored andcommitted
GIthubCI: fix reference to "dynamic uses" action
To include the correct branch name (master). This should have been fixed in [1]. [1] #207
1 parent 639d425 commit dcc7433

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: nblockchain/conventions@main
25+
- uses: nblockchain/conventions@master
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: nblockchain/conventions@main
56+
- uses: nblockchain/conventions@master
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: nblockchain/conventions@main
84+
- uses: nblockchain/conventions@master
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: nblockchain/conventions@main
124+
- uses: nblockchain/conventions@master
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: nblockchain/conventions@main
179+
- uses: nblockchain/conventions@master
180180
with:
181181
uses: actions/checkout@v${{ env.CHECKOUT_ACTION_VERSION }}
182182
with: |

0 commit comments

Comments
 (0)