diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9a5ced11..42a6d1f8 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -4,7 +4,7 @@ jobs: docker_build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build docker run: docker compose build - name: Run ruff @@ -28,7 +28,7 @@ jobs: # needed because the postgres container does not provide a healthcheck options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: 3.12.4 @@ -59,7 +59,7 @@ jobs: # The project is currently hosted on render.com if: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: "0" - name: Deploy to Heroku diff --git a/.github/workflows/rebase_dependencies.yml b/.github/workflows/rebase_dependencies.yml index 0f0c5b39..11fc1ea4 100644 --- a/.github/workflows/rebase_dependencies.yml +++ b/.github/workflows/rebase_dependencies.yml @@ -8,7 +8,7 @@ jobs: name: Rebase `dependencies` with `master` runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo ref: dependencies