Skip to content

Commit

Permalink
Merge pull request #18 from cccb/dependabot/github_actions/staging/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

gh-action: bump actions/setup-python from 4 to 5
  • Loading branch information
danimo authored Feb 21, 2024
2 parents 3a8f66f + 7504122 commit 89d385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
- name: Install dependencies
Expand Down

0 comments on commit 89d385f

Please sign in to comment.