Skip to content

Commit 0ac04c0

Browse files
authored
Merge pull request #172 from theupdateframework/dependabot/github_actions/actions/setup-python-2.2.2
Bump actions/setup-python from 2.2.1 to 2.2.2
2 parents fbe7247 + c298e7b commit 0ac04c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
13+
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
1414
with:
1515
python-version: 3.x
1616

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df
13+
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
1414
with:
1515
python-version: 3.x
1616

0 commit comments

Comments
 (0)