Skip to content

Commit 1923929

Browse files
chore(deps): update actions/checkout action to v6
1 parent 12760a8 commit 1923929

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Add problem matcher
1818
run: echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json"

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout discord-api-types
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
ref: ${{ inputs.ref || '' }}
4545

@@ -56,7 +56,7 @@ jobs:
5656
# pnpm --filter="*api-*" --filter="scripts" --filter="actions" run build
5757

5858
- name: Checkout discord.js
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
repository: discordjs/discord.js
6262
path: djs

.github/workflows/labelsync.yml

Lines changed: 1 addition & 1 deletion
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@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Label sync
2020
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/release-flows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout repository
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
with:
6565
fetch-depth: 0
6666

@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout repository
119-
uses: actions/checkout@v5
119+
uses: actions/checkout@v6
120120
with:
121121
fetch-depth: 0
122122

.github/workflows/validate-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- name: Checkout Project
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414

1515
- name: Use Node.js
1616
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)