Skip to content

Commit

Permalink
Merge pull request #139 from vbabiy/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4.7.0

Bump actions/setup-python from 4.6.0 to 4.7.0
  • Loading branch information
vbabiy committed Feb 18, 2024
2 parents 52209e1 + fcd4175 commit 5256e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 5256e8a

Please sign in to comment.