Skip to content

Commit 568f643

Browse files
chore(deps): bump actions/checkout from 5 to 6 in the github-actions group (#2815)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea671db commit 568f643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Install platform dependencies
2323
run: |
2424
sudo apt -y update

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out repository
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version-file: '.python-version'

0 commit comments

Comments
 (0)