Skip to content

Commit

Permalink
Merge pull request #2067 from theupdateframework/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-4.2.0

build(deps): bump actions/setup-python from 4.1.0 to 4.2.0
  • Loading branch information
lukpueh committed Aug 3, 2022
2 parents 3108998 + c524984 commit 4502406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Set up Python
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specification-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
- name: Get supported version
id: get-version
run: |
Expand Down

0 comments on commit 4502406

Please sign in to comment.