Skip to content

Commit

Permalink
updated direnv action to setup-direnv in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 7ac70f4 commit 2fb1856
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up direnv
uses: andreygubarev/direnv-action@v1
uses: andreygubarev/setup-direnv@v1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up direnv
uses: andreygubarev/direnv-action@v1
uses: andreygubarev/setup-direnv@v1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up direnv
uses: andreygubarev/direnv-action@v1
uses: andreygubarev/setup-direnv@v1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up direnv
uses: andreygubarev/direnv-action@v1
uses: andreygubarev/setup-direnv@v1

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 2fb1856

Please sign in to comment.