Skip to content

Commit 8e859e0

Browse files
Bump actions/checkout from 2 to 3 (#15)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vishal <vishalpachpinde1@gmail.com>
1 parent 9136b54 commit 8e859e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanitycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2929
steps:
3030
- name: Checkout code # checking our the code at current commit that triggers the workflow
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
- name: Cache dependency # caching dependency will make our build faster.
3333
uses: actions/cache@v2 # for more info checkout pip section documentation at https://github.com/actions/cache
3434
with:

0 commit comments

Comments
 (0)