Skip to content

Commit 6f62389

Browse files
chore(deps): update all non-major dependencies
1 parent 564ba1e commit 6f62389

7 files changed

Lines changed: 3334 additions & 1817 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@master
2525

2626
- name: Setup node env 🏗
27-
uses: actions/setup-node@v3.5.0
27+
uses: actions/setup-node@v3.5.1
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true
@@ -34,7 +34,7 @@ jobs:
3434
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v3.0.8
37+
uses: actions/cache@v3.0.11
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

drupal/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"require": {
1818
"composer/installers": "2.2.0",
1919
"drupal-tome/tome_drush": "dev-master",
20-
"drupal/core-composer-scaffold": "9.4.7",
21-
"drupal/core-project-message": "9.4.7",
22-
"drupal/core-recommended": "9.4.7",
20+
"drupal/core-composer-scaffold": "9.4.8",
21+
"drupal/core-project-message": "9.4.8",
22+
"drupal/core-recommended": "9.4.8",
2323
"drupal/druxt": "1.1.1",
2424
"drupal/paragraphs": "1.15.0",
2525
"drupal/tome": "1.7.0",
26-
"drush/drush": "11.2.1"
26+
"drush/drush": "11.3.2"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.7"
29+
"drupal/core-dev": "9.4.8"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

0 commit comments

Comments
 (0)