Skip to content

Commit bc7b38f

Browse files
chore(deps): update actions/setup-python action to v6
1 parent e163865 commit bc7b38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
ref: ${{ github.head_ref }}
16-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
16+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1717
with:
1818
python-version: 3.x
1919
cache: pip

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tenant-id: ${{ vars.AZURE_TENANT_ID }}
2323
client-id: ${{ vars.AZURE_CLIENT_ID }}
2424
allow-no-subscriptions: true
25-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
25+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2626
with:
2727
python-version: 3.x
2828
cache: pip

0 commit comments

Comments
 (0)