Skip to content

Commit 441bb75

Browse files
authored
Merge pull request #190 from paper2/dependabot/github_actions/actions-minor-9b828c8f3e
build(deps): bump the actions-minor group with 2 updates
2 parents f00e117 + f86852a commit 441bb75

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
id: checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Setup Node.js
3030
id: setup-node
@@ -62,7 +62,7 @@ jobs:
6262
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6363
name: Upload Artifact
6464
id: upload
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: dist
6868
path: dist/

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
id: checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Initialize CodeQL
3636
id: initialize

.github/workflows/linter.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: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Setup Node.js
2626
id: setup-node

.github/workflows/test-push-event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
id: checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Setup Node.js
2626
id: setup-node

.github/workflows/validate-action-output.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Checkout
6060
id: checkout
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
# Create directory with proper permissions
6464
- name: Create log directory with proper permissions
@@ -159,7 +159,7 @@ jobs:
159159
# Upload collector logs as GitHub artifact for debugging
160160
- name: Upload collector logs as artifact
161161
if: always()
162-
uses: actions/upload-artifact@v5
162+
uses: actions/upload-artifact@v7
163163
with:
164164
name: ${{ inputs.artifact-name }}
165165
path: collector-logs/

0 commit comments

Comments
 (0)