Skip to content

Commit b77d437

Browse files
authored
Merge pull request #543 from HackSoftware/dependabot/github_actions/dependencies/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ac4bac1 + e8c6474 commit b77d437

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/django.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
docker_build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- name: Build docker
99
run: docker compose build
1010
- name: Run ruff
@@ -28,7 +28,7 @@ jobs:
2828
# needed because the postgres container does not provide a healthcheck
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.12.4
@@ -59,7 +59,7 @@ jobs:
5959
# The project is currently hosted on render.com
6060
if: false
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
with:
6464
fetch-depth: "0"
6565
- name: Deploy to Heroku

.github/workflows/rebase_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Rebase `dependencies` with `master`
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
1414
ref: dependencies

0 commit comments

Comments
 (0)