Skip to content

Commit

Permalink
Updated actions/setup-python from version 3 to 4. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 30, 2022
1 parent e99dca9 commit 2489e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Fetching sources from repository
uses: actions/checkout@v3
- name: Setting up Python interpreter
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Installing dependencies
Expand Down

0 comments on commit 2489e86

Please sign in to comment.