Skip to content

Commit 90d3a5b

Browse files
authored
chore(sync-server): bump GitHub Actions versions (#454)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`2b1e249`](https://github.com/lumirlumir/lumirlumir-configs/commit/2b1e24919b714fdcd8640480a70a31f9437cddeb).🐣 <details> <summary>Changed files</summary> <ul> <li>synced local <code>./.github/workflows/lint.yml</code> with remote <code>./configs/.github/workflows/lint.yml</code></li><li>synced local <code>./.github/workflows/publish.yml</code> with remote <code>./configs/.github/workflows/publish.yml</code></li><li>synced local <code>./.github/workflows/pull-request.yml</code> with remote <code>./configs/.github/workflows/pull-request.yml</code></li><li>synced local <code>./.github/workflows/test.yml</code> with remote <code>./configs/.github/workflows/test.yml</code></li><li>synced local <code>./.github/workflows/version-monorepo.yml</code> with remote <code>./configs/.github/workflows/version-monorepo.yml</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#17543723733](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/17543723733)
1 parent 953079c commit 90d3a5b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Set up node
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version-file: .nvmrc
2929
cache: npm

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Set up node
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version-file: .nvmrc
2222
cache: npm

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154

155155
steps:
156156
- name: Labeler
157-
uses: actions/github-script@v7
157+
uses: actions/github-script@v8
158158
id: labeler
159159
with:
160160
result-encoding: string

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: Set up node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version-file: .nvmrc
3232
cache: npm

.github/workflows/version-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v5
4444

4545
- name: Set up node
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
4848
node-version-file: .nvmrc
4949
cache: npm

0 commit comments

Comments
 (0)