Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.4.0 to 3 (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent fc7c862 commit c417ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-kotlin.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- 3306:3306

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- 3306:3306

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit c417ff8

Please sign in to comment.