Skip to content

Commit 1c6028c

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] <[email protected]>
1 parent f457660 commit 1c6028c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
steps:
14-
- uses: actions/[email protected].4
14+
- uses: actions/[email protected].5
1515
- uses: olafurpg/setup-scala@v13
1616
with:
1717
# TODO https://github.com/scalikejdbc/scalikejdbc-async/issues/162

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
app_id: 89631
1616
private_key: ${{ secrets.SCALIKEJDBC_BOT_KEY }}
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v2.3.5
1818
with:
1919
fetch-depth: 0
2020
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)