Skip to content

Commit bf26ee7

Browse files
chore(deps): update actions/setup-python digest to a309ff8
1 parent 1022621 commit bf26ee7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ansible-tests-pr.yml

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

4444
- name: setup python 3
45-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
45+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4646
with:
4747
python-version-file: .python-version
4848

.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

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

.github/workflows/sync-metalv1.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
- name: Set up Python
16-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1717
with:
1818
python-version-file: .python-version
1919
- name: GitHub user

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818

1919
- name: Install Python
20-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
20+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
- name: Set up Python
16-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1717
with:
1818
python-version-file: .python-version
1919
- name: GitHub user

0 commit comments

Comments
 (0)