Commit 517bf1ae authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8494 from ethereum-optimism/dependabot/github_actions/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
parents d1651bb2 2c538797
...@@ -45,7 +45,7 @@ jobs: ...@@ -45,7 +45,7 @@ jobs:
- name: Fetch tags - name: Fetch tags
run: git fetch --tags origin --force run: git fetch --tags origin --force
- name: Setup Python 3.10 - name: Setup Python 3.10
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install deps - name: Install deps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment