Skip to content

Commit fc24e60

Browse files
authored
Merge pull request #847 from secure-systems-lab/dependabot/github_actions/action-dependencies-1145a91e6d
Bump actions/setup-python from 5.1.0 to 5.1.1 in the action-dependencies group
2 parents 5c014ef + ea89008 commit fc24e60

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4242

4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
44+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
cache: "pip"

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.event.workflow_run.head_branch }}
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
27+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2828
with:
2929
python-version: '3.x'
3030

.github/workflows/test-kms-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
15+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
1616
with:
1717
python-version: '3.x'
1818
cache: 'pip'

.github/workflows/test-kms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
23+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
2424
with:
2525
python-version: '3.x'
2626
cache: 'pip'

.github/workflows/test-sigstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
21+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
2222
with:
2323
python-version: '3.x'
2424
cache: 'pip'

.github/workflows/test-vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
15+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
1616
with:
1717
python-version: '3.x'
1818
cache: 'pip'

0 commit comments

Comments
 (0)