Skip to content

Commit f220ee7

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

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@v4
21+
uses: actions/checkout@v5
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@v4
10+
uses: actions/checkout@v5
1111
- uses: actions/setup-python@v5
1212
with:
1313
python-version-file: '.python-version'

0 commit comments

Comments
 (0)