Skip to content

Commit c78c3bb

Browse files
chore(deps): update actions/checkout action to v6 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bcab8a9 commit c78c3bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Lint Commit Messages
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
- uses: wagoid/commitlint-github-action@v6.2.1
@@ -43,7 +43,7 @@ jobs:
4343
POSTGRES_PASSWORD: postgres
4444
POSTGRES_DB: migrate_sql_test_db
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- uses: actions/setup-python@v6
4848
with:
4949
python-version: ${{ matrix.python-version }}
@@ -75,7 +75,7 @@ jobs:
7575
contents: write
7676

7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181
ref: ${{ github.sha }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:

0 commit comments

Comments
 (0)