Skip to content

Commit c417ff8

Browse files
build(deps): bump actions/checkout from 2.4.0 to 3 (#1464)
1 parent fc7c862 commit c417ff8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 3306:3306
3131

3232
steps:
33-
- uses: actions/checkout@v2.4.0
33+
- uses: actions/checkout@v3
3434
- uses: actions/setup-java@v2
3535
with:
3636
distribution: 'adopt'

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2424

2525
steps:
26-
- uses: actions/checkout@v2.4.0
26+
- uses: actions/checkout@v3
2727
- uses: actions/setup-python@v3
2828
with:
2929
python-version: 3.9

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 3306:3306
3131

3232
steps:
33-
- uses: actions/checkout@v2.4.0
33+
- uses: actions/checkout@v3
3434

3535
- uses: actions/setup-go@v2
3636
with:

0 commit comments

Comments
 (0)