mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-22 15:35:31 +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
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Query stats
|
- name: Query stats
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: stats
|
id: stats
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue