Skip to content

Commit

Permalink
Merge pull request #335 from henricm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4.6.0

build(deps): bump actions/setup-python from 4.5.0 to 4.6.0
  • Loading branch information
argoyle authored Apr 21, 2023
2 parents 5a2582f + d4c4f0a commit c13c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.6.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit c13c7a2

Please sign in to comment.