chore: workflow and docker image tweaks (#11341)

This commit is contained in:
Almeida
2025-12-08 23:15:14 +00:00
committed by GitHub
parent d90a86a048
commit ec76b17be3
14 changed files with 183 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ jobs:
if: github.repository_owner == 'discordjs'
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref || '' }}
@@ -56,7 +56,7 @@ jobs:
- name: Checkout main repository
if: ${{ inputs.ref && inputs.ref != 'main' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: 'main'
@@ -213,7 +213,7 @@ jobs:
if: github.repository_owner == 'discordjs'
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install Node.js v24
uses: actions/setup-node@v6