Update format-json-files.yml

This commit is contained in:
Daan Verstraten
2022-06-25 16:45:17 +02:00
committed by GitHub
parent b44add5e42
commit aa480427e9

View File

@@ -21,7 +21,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{github.ref}}
# Runs a single command using the runners shell
- uses: actions/setup-node@v2