Skip to content

Commit

Permalink
Merge pull request #205 from theupdateframework/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-python-2.3.2

Bump actions/setup-python from 2.3.1 to 2.3.2
  • Loading branch information
lukpueh authored Feb 7, 2022
2 parents c43045a + 428bb4f commit 2e9417b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # we want all refs for the --is-ancestor check

- name: Set up Python
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: 3.x

Expand Down

0 comments on commit 2e9417b

Please sign in to comment.