Skip to content

Commit faaffb0

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

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout source code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
@@ -72,7 +72,7 @@ jobs:
7272
--health-retries 5
7373
steps:
7474
- name: Checkout source code
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676
- name: Set up Python ${{ matrix.python }}
7777
uses: actions/setup-python@v5
7878
with:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Checkout source code
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
with:
109109
fetch-depth: 0
110110
- name: Set up Python
@@ -132,7 +132,7 @@ jobs:
132132
COMPOSE_FILE: ${{ matrix.db == 'mysql' && 'docker-compose.yml' || (matrix.db == 'postgres' && 'docker-compose-pg.yml') || 'docker-compose-sqlite3.yml' }}
133133
steps:
134134
- name: Checkout source code
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v5
136136
with:
137137
fetch-depth: 0
138138
- name: Set up Python

0 commit comments

Comments
 (0)