Skip to content

Commit

Permalink
Merge pull request #264 from josegonzalez/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
josegonzalez committed Mar 18, 2024
2 parents 1cd0428 + 358d1e3 commit b18ba6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
cache: "pip"
Expand Down

0 comments on commit b18ba6d

Please sign in to comment.