Skip to content

Commit ee5a2a1

Browse files
chore(deps): update actions/setup-python action to v7
1 parent 3bf76b2 commit ee5a2a1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/fabric-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
30+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3131
with:
3232
python-version-file: .python-version
3333

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: "${{ needs.release.outputs.new_release_git_tag }}"
5555

5656
- name: Install Python
57-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
57+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
5858
with:
5959
python-version-file: .python-version
6060

.github/workflows/sync-fabricv4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
18+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1919
with:
2020
python-version-file: .python-version
2121

.github/workflows/test-codegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818

1919
- name: Install Python
20-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
20+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2121
with:
2222
python-version-file: .python-version
2323

templates/.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
- name: Set up Python
16-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
16+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1717
with:
1818
python-version-file: .python-version
1919
- name: GitHub user

0 commit comments

Comments
 (0)