Skip to content

Commit 3ee4ebf

Browse files
dependabot[bot]github-actions
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4dd56b commit 3ee4ebf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v3
7+
- uses: actions/checkout@v4
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@v3
31+
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.10.8
@@ -59,7 +59,7 @@ jobs:
5959
# The project is currently hosted on render.com
6060
if: false
6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
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@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
1414
ref: dependencies

0 commit comments

Comments
 (0)