mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-22 09:55:32 +00:00
Node 20 Actions
This commit is contained in:
parent
9b7453cdb3
commit
d31be6868a
4
.github/workflows/label-stats.yml
vendored
4
.github/workflows/label-stats.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
|
||||
- name: Query stats
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
id: stats
|
||||
with:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue