Skip to content

Commit e7abd16

Browse files
authored
Merge branch 'main' into PAY-5913
2 parents 3cc1c38 + b7da3e5 commit e7abd16

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cache-dependency-path: 'yarn.lock'
6464

6565
- name: Gatsby Cache
66-
uses: actions/cache@v3.3.2
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
public

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
cache-dependency-path: 'yarn.lock'
7575

7676
- name: Gatsby Cache
77-
uses: actions/cache@v3.3.2
77+
uses: actions/cache@v4
7878
with:
7979
path: |
8080
public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/AdobeDocs/commerce-webapi"
88
},
99
"dependencies": {
10-
"@adobe/gatsby-theme-aio": "4.14.18",
10+
"@adobe/gatsby-theme-aio": "4.14.19",
1111
"gatsby": "4.22.0",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@adobe/gatsby-theme-aio@npm:4.14.18":
37-
version: 4.14.18
38-
resolution: "@adobe/gatsby-theme-aio@npm:4.14.18"
36+
"@adobe/gatsby-theme-aio@npm:4.14.19":
37+
version: 4.14.19
38+
resolution: "@adobe/gatsby-theme-aio@npm:4.14.19"
3939
dependencies:
4040
"@adobe/focus-ring-polyfill": ^0.1.5
4141
"@adobe/gatsby-source-github-file-contributors": ^0.3.1
@@ -131,7 +131,7 @@ __metadata:
131131
gatsby: ^4.22.0
132132
react: ^17.0.2
133133
react-dom: ^17.0.2
134-
checksum: e7ce1229d5ff81266f582e588b91df9778f6a05f5cd59d322bcbaa538263623175eea1844cce01dffe9879c236192d5079b6793a5bc9c63c6bd29a86778e78bb
134+
checksum: b8818a223ef3c98e75a1843341946f0987e606fbcd36525c7773712014de18808418cc7c6b7133a1d8c4cad51467bcdbb6ea5084fed5d02645eb5b9032e6a451
135135
languageName: node
136136
linkType: hard
137137

@@ -7508,7 +7508,7 @@ __metadata:
75087508
version: 0.0.0-use.local
75097509
resolution: "commerce-webapi@workspace:."
75107510
dependencies:
7511-
"@adobe/gatsby-theme-aio": 4.14.18
7511+
"@adobe/gatsby-theme-aio": 4.14.19
75127512
gatsby: 4.22.0
75137513
react: ^17.0.2
75147514
react-dom: ^17.0.2

0 commit comments

Comments
 (0)