Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-6'

This commit is contained in:
ElyPrism 2026-01-03 01:43:02 +08:00
commit d5fedb5c54
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
# 读取 package.json 的版本号 # 读取 package.json 的版本号
- name: Read package version - name: Read package version

View File

@ -11,7 +11,7 @@ jobs:
contents: read contents: read
packages: write packages: write
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
# 发布到 NPM Registry # 发布到 NPM Registry
- name: Setup Node.js for NPM - name: Setup Node.js for NPM

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
# Step 1: run a standard checkout action # Step 1: run a standard checkout action
- name: Checkout target repo - name: Checkout target repo
uses: actions/checkout@v5 uses: actions/checkout@v6
# Step 2: run the sync action # Step 2: run the sync action
- name: Sync upstream changes - name: Sync upstream changes