Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Jul 11, 2024
1 parent 9c3bb23 commit cc2325c
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 cc2325c

Please sign in to comment.