Skip to content

Commit

Permalink
Update actions/setup-python action to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 681709a commit 21202bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.10"
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.10"
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python 3.10
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: "3.10"
cache: pip
Expand Down

0 comments on commit 21202bb

Please sign in to comment.