Skip to content

Commit 0e76188

Browse files
committed
Merge branch 'main' into improvements
# Conflicts: # yarn.lock
2 parents 8069309 + 161b072 commit 0e76188

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Cache node modules
1515
id: cache
16-
uses: actions/cache@v3
16+
uses: actions/cache@v4
1717
with:
1818
path: |
1919
~/.cache
@@ -48,10 +48,10 @@ jobs:
4848
- "18"
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252

5353
- name: Setup node
54-
uses: actions/setup-node@v2
54+
uses: actions/setup-node@v4
5555
with:
5656
node-version: ${{ matrix.node }}
5757

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache node modules
6262
id: cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
~/.cache

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Cache node modules
1818
id: cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cache
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Conventional Changelog Action
4343
id: changelog
44-
uses: TriPSs/conventional-changelog-action@v4
44+
uses: TriPSs/conventional-changelog-action@v5
4545
with:
4646
github-token: ${{ secrets.github_token }}
4747
skip-on-empty: false

0 commit comments

Comments
 (0)