Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-no…
Browse files Browse the repository at this point in the history
…de-4.0.1
  • Loading branch information
Varnius authored Feb 1, 2024
2 parents d84d69d + f4024e4 commit 7c5db87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install npm dependencies
run: |
cd example
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Install npm dependencies
run: |
cd example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
xcode-version: '14.2'

- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install npm dependencies and add dummy version to package.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: github/codeql-action/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
publish-sdk:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7c5db87

Please sign in to comment.