Skip to content

Commit 069c7b3

Browse files
committed
Uses @v1
1 parent 881bb11 commit 069c7b3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build-and-upload-to-app-store-connect/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ runs:
5959
steps:
6060
- name: Install App Store Connect API Key
6161
id: install-app-store-connect-api-key
62-
uses: shapehq/actions/install-asc-api-key@main
62+
uses: shapehq/actions/install-asc-api-key@v1
6363
with:
6464
op-asc-key-issuer-id-reference: ${{ inputs.op-app-store-connect-api-key-issuer-id-reference }}
6565
op-asc-key-id-reference: ${{ inputs.op-app-store-connect-api-key-id-reference }}
6666
op-asc-key-file-reference: ${{ inputs.op-app-store-connect-api-key-file-reference }}
6767
output-asc-key-file-directory: ~/.private_keys
6868
- name: Install Development Certificate
69-
uses: shapehq/actions/install-certificate@main
69+
uses: shapehq/actions/install-certificate@v1
7070
with:
7171
password-op-reference: ${{ inputs.op-development-certificate-password-reference }}
7272
certificate-op-reference: ${{ inputs.op-development-certificate-reference }}

install-ci-ssh-key/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: composite
1111
steps:
1212
- name: Install CI SSH Key
13-
uses: shapehq/actions/install-ssh-key@main
13+
uses: shapehq/actions/install-ssh-key@v1
1414
with:
1515
op-reference: op://GitHub Actions/CI SSH Private Key/ci-ssh-key
1616
filename: ${{ inputs.filename }}

upload-apk-shipshape/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ runs:
4848
uses: 1password/install-cli-action@v1
4949

5050
- name: Install CI SSH Key
51-
uses: shapehq/actions/install-ci-ssh-key@main
51+
uses: shapehq/actions/install-ci-ssh-key@v1
5252

5353
- name: Install Shipshape
54-
uses: shapehq/actions/install-shipshape@main
54+
uses: shapehq/actions/install-shipshape@v1
5555

5656
- name: Create shape-app.config
5757
shell: bash

0 commit comments

Comments
 (0)