Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 6ab98e0 commit 9f15ba3
Show file tree
Hide file tree
Showing 6 changed files with 1,664 additions and 1,527 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
8 changes: 4 additions & 4 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.9",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core-project-message": "^9.4",
"drupal/core-recommended": "^9.4",
"drupal/diff": "^1.0",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^2.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"drupal/core-dev": "^9.4",
"drush/drush": "^11.0"
},
"conflict": {
Expand Down

0 comments on commit 9f15ba3

Please sign in to comment.