Skip to content

Commit cfbd881

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5
2 parents eeb1e59 + ea0ccc5 commit cfbd881

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Setup Node.js
2020
uses: actions/setup-node@v5
@@ -51,7 +51,7 @@ jobs:
5151
pages: write
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555

5656
- name: Setup Node.js
5757
uses: actions/setup-node@v5
@@ -67,7 +67,7 @@ jobs:
6767
run: npm ci
6868

6969
- name: Download build artifact
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
7171
with:
7272
name: package
7373
path: ./package

.github/workflows/codeql.yml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Initialise CodeQL
3232
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)