Node 20 Actions

This commit is contained in:
Isaac Marovitz 2024-03-04 07:54:02 -05:00 committed by GitHub
parent 9b7453cdb3
commit d31be6868a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |