Skip to content

Commit

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

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

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 1, 2024
2 parents a298e5e + 9a9276a commit 64b15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 64b15ae

Please sign in to comment.