Skip to content

Commit

Permalink
Merge pull request #188 from google-deepmind:dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-4.7.1

PiperOrigin-RevId: 580509494
Change-Id: Ife08d8709e20fcdbc1839d78b3a3ca895b02faad
  • Loading branch information
copybara-github committed Nov 8, 2023
2 parents 77299af + b49de92 commit 8ca67ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 8ca67ec

Please sign in to comment.