Skip to content

Commit f8b75e6

Browse files
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe7a277 commit f8b75e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout source code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
@@ -68,7 +68,7 @@ jobs:
6868
--health-retries 5
6969
steps:
7070
- name: Checkout source code
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
- name: Set up Python ${{ matrix.python }}
7373
uses: actions/setup-python@v4
7474
with:
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Checkout source code
102-
uses: actions/checkout@v3
102+
uses: actions/checkout@v4
103103
with:
104104
fetch-depth: 0
105105
- name: Set up Python
@@ -126,7 +126,7 @@ jobs:
126126
COMPOSE_FILE: ${{ matrix.db == 'mysql' && 'docker-compose.yml' || (matrix.db == 'postgres' && 'docker-compose-pg.yml') || 'docker-compose-sqlite3.yml' }}
127127
steps:
128128
- name: Checkout source code
129-
uses: actions/checkout@v3
129+
uses: actions/checkout@v4
130130
with:
131131
fetch-depth: 0
132132
- name: Set up Python

0 commit comments

Comments
 (0)