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] authored Aug 11, 2023
1 parent 564ba1e commit ca2a963
Show file tree
Hide file tree
Showing 6 changed files with 16,479 additions and 14,988 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.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.5.0
uses: actions/setup-node@v3.7.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.8
uses: actions/cache@v3.3.1
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
14 changes: 7 additions & 7 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"require": {
"composer/installers": "2.2.0",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "9.4.7",
"drupal/core-project-message": "9.4.7",
"drupal/core-recommended": "9.4.7",
"drupal/druxt": "1.1.1",
"drupal/core-composer-scaffold": "9.5.10",
"drupal/core-project-message": "9.5.10",
"drupal/core-recommended": "9.5.10",
"drupal/druxt": "1.2.0",
"drupal/paragraphs": "1.15.0",
"drupal/tome": "1.7.0",
"drush/drush": "11.2.1"
"drupal/tome": "1.11.0",
"drush/drush": "11.6.0"
},
"require-dev": {
"drupal/core-dev": "9.4.7"
"drupal/core-dev": "9.5.10"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

0 comments on commit ca2a963

Please sign in to comment.