Skip to content

Commit

Permalink
Merge pull request quickwit-oss#32 from Kapiche/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-python-4.5.0

build(deps): bump actions/setup-python from 4.2.0 to 4.5.0
  • Loading branch information
wallies authored Jan 17, 2023
2 parents c9fdfa4 + 2763ec5 commit c6c2942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # 4.2.0
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # 4.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: 3.8
architecture: x64
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: 3.8

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit c6c2942

Please sign in to comment.