Skip to content

Commit 4d1951f

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ebb595 commit 4d1951f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 1
2424

@@ -48,7 +48,7 @@ jobs:
4848
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4949

5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
with:
5353
fetch-depth: 1
5454

@@ -117,7 +117,7 @@ jobs:
117117
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
118118

119119
steps:
120-
- uses: actions/checkout@v6
120+
- uses: actions/checkout@v7
121121
with:
122122
fetch-depth: 1
123123

0 commit comments

Comments
 (0)