Skip to content

Commit

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

chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
2 parents 63d65f1 + fa3e916 commit 9094eee
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
- uses: pre-commit/[email protected]
env:
Expand Down

0 comments on commit 9094eee

Please sign in to comment.