Skip to content

Commit 8cd410b

Browse files
fix: use full version spec for internal actions (#9)
1 parent c8c8b25 commit 8cd410b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/code-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
jobs:
4444
build:
4545
name: Build
46-
uses: coingaming/.github/.github/workflows/build.yml@v1.2
46+
uses: coingaming/.github/.github/workflows/build.yml@v1.2.3
4747
secrets: inherit
4848
with:
4949
mix-env: ${{ inputs.mix-env }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Prepare repo and env
62-
uses: coingaming/.github/actions/prepare@v1.2
62+
uses: coingaming/.github/actions/prepare@v1.2.3
6363
with:
6464
mix-env: ${{ inputs.mix-env }}
6565
cache_paths: ${{ inputs.cache_paths }}

.github/workflows/dialyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build:
3434
name: Build
35-
uses: coingaming/.github/.github/workflows/build.yml@v1.2
35+
uses: coingaming/.github/.github/workflows/build.yml@v1.2.3
3636
secrets: inherit
3737
with:
3838
mix-env: ${{ inputs.mix-env }}
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Prepare repo and env
50-
uses: coingaming/.github/actions/prepare@v1.2
50+
uses: coingaming/.github/actions/prepare@v1.2.3
5151
with:
5252
mix-env: ${{ inputs.mix-env }}
5353
cache_paths: ${{ inputs.cache_paths }}

.github/workflows/release-hex-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
build:
3737
name: Build
38-
uses: coingaming/.github/.github/workflows/build.yml@v1.2
38+
uses: coingaming/.github/.github/workflows/build.yml@v1.2.3
3939
secrets: inherit
4040
with:
4141
ref: ${{ inputs.version }}
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Prepare repo and env
58-
uses: coingaming/.github/actions/prepare@v1.2
58+
uses: coingaming/.github/actions/prepare@v1.2.3
5959
with:
6060
ref: ${{ inputs.version }}
6161
mix-env: ${{ inputs.mix-env }}

.github/workflows/release-hex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build:
3434
name: Build
35-
uses: coingaming/.github/.github/workflows/build.yml@v1.2
35+
uses: coingaming/.github/.github/workflows/build.yml@v1.2.3
3636
secrets: inherit
3737
with:
3838
mix-env: ${{ inputs.mix-env }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Prepare repo and env
53-
uses: coingaming/.github/actions/prepare@v1.2
53+
uses: coingaming/.github/actions/prepare@v1.2.3
5454
with:
5555
mix-env: ${{ inputs.mix-env }}
5656
cache_paths: ${{ inputs.cache_paths }}

0 commit comments

Comments
 (0)