Skip to content

Commit

Permalink
Merge pull request #231 from lablabs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 2 to 5
  • Loading branch information
MonolithProjects authored Jun 5, 2024
2 parents 15c7b18 + 97be59c commit 4e23f6b
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@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Run pre-commit
uses: pre-commit/[email protected]

0 comments on commit 4e23f6b

Please sign in to comment.