Skip to content

Commit

Permalink
Bump actions/setup-python from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent 6eb1522 commit fafd2f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: 'lablabs.rke2'

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
path: 'lablabs.rke2'

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
# path: 'lablabs.rke2'

# - name: Set up Python 3
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: '3.x'

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
# path: 'lablabs.rke2'

# - name: Set up Python 3
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: 'lablabs.rke2'

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Run pre-commit
uses: pre-commit/action@v2.0.3

0 comments on commit fafd2f1

Please sign in to comment.