Skip to content

Commit ead3cb8

Browse files
Bump actions/checkout from 2 to 3 (#38)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69e5858 commit ead3cb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout the code
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v3
99
- name: Run Tests
1010
run: ./gradlew check --stacktrace

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout the code
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
- name: Run Tests
1212
run: ./gradlew publish --stacktrace

0 commit comments

Comments
 (0)