Skip to content

Commit

Permalink
Skip: Update actions/setup-python action to v4 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/actions-setup-python-4.x' into 'main'
* Skip: Update actions/setup-python action to v4

See merge request https://gitlab.ci.csc.fi/sds-dev/crypt4gh-gui/-/merge_requests/37

Approved-by: Stefan Negru <[email protected]>
Co-authored-by: renovate-bot <[email protected]>
Merged by Stefan Negru <[email protected]>
  • Loading branch information
blankdots committed Mar 17, 2024
2 parents 3ca1583 + de7a687 commit 9aafc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 9aafc2e

Please sign in to comment.