Skip to content

Commit

Permalink
Merge pull request #111 from porsche-design-system/housekeeping/compo…
Browse files Browse the repository at this point in the history
…nents-3.20.0-rc.1

Housekeeping/components 3.20.0 rc.1
  • Loading branch information
stephanschroeter authored Oct 24, 2024
2 parents e397569 + 6cdca4d commit dc753d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Install'
uses: ./docker/node/
env:
Expand All @@ -40,9 +40,9 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Restore build artifact'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: sample-build
path: ./out
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean:build": "rm -rf ./out && rm -rf ./.next"
},
"dependencies": {
"@porsche-design-system/components-react": "3.19.0",
"@porsche-design-system/components-react": "3.20.0-rc.1",
"@porsche-design-system/utilities": "5.4.1",
"@porschehn/navigation": "3.3.0",
"next": "14.2.5",
Expand Down

0 comments on commit dc753d7

Please sign in to comment.