Skip to content

Commit

Permalink
Rechner/update workflow (#302)
Browse files Browse the repository at this point in the history
* Update docker.yml

* Update django.yml
  • Loading branch information
rechner authored Feb 2, 2024
1 parent 2c847a5 commit 2b1375f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
environment: ${{ github.event.inputs.environment }}
concurrency: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login to packages container registry
uses: docker/login-action@v2
uses: docker/login-action@v3docker/login-action
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 2b1375f

Please sign in to comment.