Skip to content

Commit

Permalink
Update action versions to silence github warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Mar 4, 2024
1 parent 3312162 commit b0218e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- django-version: '4.1.0'
python-version: '3.12'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down Expand Up @@ -112,9 +112,9 @@ jobs:
- django-version: '4.1.0'
python-version: '3.12'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand All @@ -141,9 +141,9 @@ jobs:
runs-on: ubuntu-latest
name: Compile Translations
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Python Dependencies
Expand All @@ -170,9 +170,9 @@ jobs:
matrix:
browser: ['chrome', 'firefox']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b0218e1

Please sign in to comment.