Skip to content

Commit

Permalink
Merge pull request #4421 from boto/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5.4.0
  • Loading branch information
nateprewitt authored Feb 3, 2025
2 parents f65afdd + 384ed11 commit f5b8456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python 3.9
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: 3.9
- name: Run pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: '${{ matrix.python-version }}'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit f5b8456

Please sign in to comment.