Skip to content

Commit

Permalink
Merge pull request #151 from estahn/dependabot/github_actions/main/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5.0.0

chore(deps): bump actions/setup-python from 4.7.1 to 5.0.0
  • Loading branch information
github-actions[bot] authored Dec 11, 2023
2 parents 7756cbc + b3740d8 commit 19ef5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.0.0
with:
python-version: 3.7

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 @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4.7.1
- uses: actions/setup-python@v5.0.0
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
env:
Expand Down

0 comments on commit 19ef5ec

Please sign in to comment.