Skip to content

Commit 6ee39cb

Browse files
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#1238)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e4e998 commit 6ee39cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.4
33+
- uses: actions/checkout@v2.3.5
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.3.4
26+
- uses: actions/checkout@v2.3.5
2727
- uses: actions/setup-python@v2
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.3.4
33+
- uses: actions/checkout@v2.3.5
3434

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

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: prep
1313
run: |
1414
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
15-
- uses: actions/checkout@v2.3.4
15+
- uses: actions/checkout@v2.3.5
1616
- uses: docker/setup-buildx-action@v1
1717
- uses: docker/setup-qemu-action@v1
1818
- uses: docker/login-action@v1.10.0

0 commit comments

Comments
 (0)