Skip to content

Commit abbb879

Browse files
Bump actions/checkout from 3.1.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c3fb07 commit abbb879

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.4.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)