diff options
| author | marios <marios8543@gmail.com> | 2023-10-20 17:10:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 17:10:33 +0300 |
| commit | 2f46e0dc3e8ad7bc10759c4347ea6b86a55784ca (patch) | |
| tree | 6b962022bb57993eb0d52145be06792cc1672185 /.github/workflows/lint.yml | |
| parent | e363c677a0072059a447723111dee5df6f2e3385 (diff) | |
| download | decky-loader-2f46e0dc3e8ad7bc10759c4347ea6b86a55784ca.tar.gz decky-loader-2f46e0dc3e8ad7bc10759c4347ea6b86a55784ca.zip | |
Update lint.yml
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d9444f6..1095f01b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 # Check out the repository first. + - uses: actions/checkout@v3 # Check out the repository first. - name: Run prettier (JavaScript & TypeScript) run: | pushd frontend |
