Skip to content

Commit 9f77666

Browse files
authored
Merge pull request #3538 from The-OpenROAD-Project/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 4 to 6
2 parents 6c92a77 + 47cc70c commit 9f77666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-manual-update-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.10"
2323
- name: Install Python Packages

.github/workflows/github-actions-update-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
2020
git fetch
2121
git checkout "origin/pr/${{ github.event.client_payload.branch }}"
22-
- uses: actions/setup-python@v4
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.10"
2525
- name: Install Python Packages

0 commit comments

Comments
 (0)