Skip to content

Commit fe10501

Browse files
dependabot[bot]xuwei-k
authored andcommitted
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9d4ef4 commit fe10501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v2.3.4
20+
- uses: actions/checkout@v2.3.5
2121
- uses: olafurpg/setup-scala@v13
2222
with:
2323
java-version: "adopt@1.${{ matrix.java }}"

0 commit comments

Comments
 (0)