Skip to content

Commit

Permalink
upgrade checkout and python actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Aug 21, 2024
1 parent 44b9931 commit 4de4f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
python-version: [3.10]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Start containers
run: |
mv .env.sample .env
docker-compose -f "docker-compose.production.yaml" up -d --build --quiet-pull
docker compose -f "docker-compose.production.yaml" up -d --build --quiet-pull
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 4de4f18

Please sign in to comment.