Skip to content

Commit

Permalink
Met à jour les GitHub Actions utilisées
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Feb 18, 2024
1 parent 86912a3 commit 31803ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

test:
runs-on: ubuntu-22.04
Expand All @@ -34,7 +34,7 @@ jobs:
bundler-cache: true

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand Down

0 comments on commit 31803ef

Please sign in to comment.