Skip to content

Commit 8d21131

Browse files
authored
Merge pull request #117 from ViroCommunity/dependabot/github_actions/main/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2 parents edc2872 + abbb879 commit 8d21131

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
matrix:
1717
example: [ android ]
1818
steps:
19-
- uses: actions/checkout@v3.1.0
19+
- uses: actions/checkout@v3.3.0
2020
- uses: gradle/wrapper-validation-action@v1

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
androidBuild:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3.1.0
13+
- uses: actions/checkout@v3.3.0
1414
- name: set up JDK
1515
uses: actions/setup-java@v3
1616
with:
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: android
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3.1.0
41+
uses: actions/checkout@v3.3.0
4242
with:
4343
fetch-depth: 0
4444
- name: Install JDK 11
@@ -65,7 +65,7 @@ jobs:
6565
xcode: [ '12.5.1', '13.2.1' ]
6666
macOS: [ 'macOS-11' ]
6767
steps:
68-
- uses: actions/checkout@v3.1.0
68+
- uses: actions/checkout@v3.3.0
6969
- name: Install gpg
7070
run: brew install gnupg
7171
- uses: maxim-lobanov/setup-xcode@v1.5.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.1.0
13+
uses: actions/checkout@v3.3.0
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)