Skip to content

Commit

Permalink
Merge pull request #46 from SFDO-Tooling/actions-upgrade-python-action
Browse files Browse the repository at this point in the history
Upgrade to v4 of `actions/setup-python`
  • Loading branch information
jstvz authored Jul 29, 2022
2 parents 63d24f2 + 46f6b1e commit 5599778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: pip
Expand Down

0 comments on commit 5599778

Please sign in to comment.