ci: Update versions of actions (#10270)

* ci: update versions of actions

* ci: attempt fix
This commit is contained in:
Jiralite
2024-05-13 10:35:25 +01:00
committed by GitHub
parent 914cc4ba54
commit c78af13c1e
16 changed files with 84 additions and 64 deletions

View File

@@ -15,9 +15,9 @@ jobs:
if: github.repository_owner == 'discordjs'
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Label sync
uses: crazy-max/ghaction-github-labeler@v4
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}