Skip to content

Commit 7dffada

Browse files
authored
💚 Pin down the workflow versions (#34)
1 parent 1cb7c01 commit 7dffada

5 files changed

+6
-7
lines changed

.github/workflows/publish-app-store.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
scripts/prepare-release-ios
5454
5555
- name: Build using Xcode
56-
uses: yukiarrr/ios-build-action@v1
56+
uses: yukiarrr/ios-build-action@v1.5.0
5757
with:
5858
project-path: ios/litten.xcodeproj
5959
workspace-path: ios/litten.xcworkspace

.github/workflows/publish-play-store.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
9090

9191
- name: Upload To Play Store
92-
uses: r0adkll/upload-google-play@v1
92+
uses: r0adkll/upload-google-play@v1.0.16
9393
with:
9494
serviceAccountJson: ${{ env.SERVICE_ACCOUNT_PATH }}
9595
packageName: com.litten

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
update_release_draft:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: release-drafter/release-drafter@v5
13+
- uses: release-drafter/release-drafter@v5.18.1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Get release
2727
id: get_release
28-
uses: bruceadams/get-release@v1
28+
uses: bruceadams/get-release@v1.2.3
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3131

@@ -42,13 +42,13 @@ jobs:
4242
git push
4343
4444
- name: Trigger the App Store build and release
45-
uses: benc-uk/workflow-dispatch@v1
45+
uses: benc-uk/workflow-dispatch@v1.1
4646
with:
4747
workflow: Publish App Store
4848
token: ${{ secrets.GH_PAT }}
4949

5050
- name: Trigger the Play Store build and release
51-
uses: benc-uk/workflow-dispatch@v1
51+
uses: benc-uk/workflow-dispatch@v1.1
5252
with:
5353
workflow: Publish Play Store
5454
token: ${{ secrets.GH_PAT }}

.github/workflows/sourcemaps.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
cache: 'yarn'
2525
- name: Create .env file
2626
run: cp .env.example .env
27-
- uses: c-hive/gha-yarn-cache@v1
2827
- name: Install dependencies
2928
run: yarn --frozen-lockfile
3029
- name: Android build

0 commit comments

Comments
 (0)