Skip to content

Commit 6fbd27b

Browse files
committed
Merge branch 'v1/contrib' of https://github.com/umbraco/Umbraco.UI into v1/contrib
2 parents d48ed30 + 14e7347 commit 6fbd27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: '0'
3939

4040
- name: Cache build setup
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: node_modules/.cache
4444
key: ${{ runner.os }}-cache-${{ github.sha }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Cache build setup
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: node_modules/.cache
5050
key: ${{ runner.os }}-cache-${{ github.sha }}

0 commit comments

Comments
 (0)