Skip to content

Commit f72c9d9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into update
2 parents 51c02a5 + 631b5d4 commit f72c9d9

File tree

5 files changed

+326
-336
lines changed

5 files changed

+326
-336
lines changed

.github/workflows/cleanup-on-create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.event_name == 'workflow_dispatch' || ( github.ref == 'refs/heads/main' && !(contains(github.event, 'head_commit') || github.event.head_commit.message == 'Initial commit' )) }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Use Node.js 20
2222
uses: actions/setup-node@v6
2323
with:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- name: Use Node.js 20
1010
uses: actions/setup-node@v6
1111
with:

0 commit comments

Comments
 (0)