Skip to content

Commit 2c4ec96

Browse files
authored
chore(deps): bump actions/checkout from 5 to 6 (#525)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`1f23047`](https://github.com/lumirlumir/lumirlumir-configs/commit/1f230479afcad8829ddbddc506379d34870154d0).🐣 <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/release.yml</code> with remote <code>./configs/.github/workflows/release.yml</code></li><li>synced local <code>./.github/workflows/sync-client.yml</code> with remote <code>./configs/.github/workflows/sync-client.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 [#19636993576](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/19636993576)
1 parent b35c14b commit 2c4ec96

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/lint.yml

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

2121
steps:
2222
- name: Set up checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Set up node
2626
uses: actions/setup-node@v6

.github/workflows/publish.yml

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

1414
steps:
1515
- name: Set up checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up node
1919
uses: actions/setup-node@v6

.github/workflows/pull-request.yml

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

1818
steps:
1919
- name: Set up checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
# This step extracts the correct package names because it runs right after the checkout.
2323
- name: Extract package names from the monorepo structure for use as scopes.

.github/workflows/release.yml

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

1919
steps:
2020
- name: Set up checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up environment variables
2424
run: echo "CURRENT_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV

.github/workflows/sync-client.yml

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

1414
steps:
1515
- name: Set up checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up environment variables
1919
run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV

.github/workflows/test.yml

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

2424
steps:
2525
- name: Set up checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Set up node
2929
uses: actions/setup-node@v6

.github/workflows/version-monorepo.yml

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

4141
steps:
4242
- name: Set up checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
- name: Set up node
4646
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)