Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json: Update @patternfly/patternfly package dependency #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Run npm-update bot
run: |
make bots
tools/make-bots
bots/npm-update
2 changes: 1 addition & 1 deletion .github/workflows/po-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Run po-refresh bot
run: |
make bots
tools/make-bots
bots/po-refresh
22 changes: 22 additions & 0 deletions .github/workflows/urls-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: urls-check
on:
schedule:
- cron: '0 4 * * *'
# can be run manually on https://github.com/cockpit-project/cockpit/actions
workflow_dispatch:
jobs:
urls-check:
runs-on: ubuntu-latest
steps:
- name: Set up configuration and secrets
run: |
printf '[user]\n\tname = Cockpit Project\n\[email protected]\n' > ~/.gitconfig
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token

- name: Clone repository
uses: actions/checkout@v2

- name: Run urls-check action
run: |
tools/make-bots
tools/urls-check
26 changes: 0 additions & 26 deletions .tasks

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@patternfly/patternfly": "4.50.0",
"@patternfly/patternfly": "4.50.4",
"@patternfly/react-console": "2.0.15",
"@patternfly/react-core": "4.65.0",
"@patternfly/react-table": "4.18.14",
Expand Down