Skip to content

Commit

Permalink
Merge pull request #503 from doudar/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
doudar authored Dec 10, 2023
2 parents 1be27ee + 9a5120d commit 5115f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Ensure changelog is updated
uses: dangoslen/changelog-enforcer@v3.5.1
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
architecture: 'x64'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Ensure changelog is updated
uses: dangoslen/changelog-enforcer@v3.5.1
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
- name: Check pre-commit hooks
uses: pre-commit/action@v3.0.0

0 comments on commit 5115f7c

Please sign in to comment.