Skip to content

Commit

Permalink
Merge pull request #91 from TheRealArthurDent/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…python-5.x

chore(deps): update actions/setup-python action to v5.1.1
  • Loading branch information
TheRealArthurDent authored Jul 27, 2024
2 parents 9c3bb23 + cc2325c commit 6eaad13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: '.python-version'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformio-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: '.python-version'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformio-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cp secrets.ini.template secrets.ini
- name: Set up Python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: '.python-version'

Expand Down

0 comments on commit 6eaad13

Please sign in to comment.