Skip to content

Commit

Permalink
Merge pull request Exa-Networks#1113 from Exa-Networks/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/actions/setup-python-4.2.0

Bump actions/setup-python from 4.1.0 to 4.2.0
  • Loading branch information
thomas-mangin authored Aug 16, 2022
2 parents 7b99109 + a0b7492 commit 8cd94cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.2.0

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Python 3.8
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.2.0
with:
python-version: 3.8

Expand Down

0 comments on commit 8cd94cd

Please sign in to comment.