diff options
| author | AAGaming <aa@mail.catvibers.me> | 2023-10-22 19:58:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-22 19:58:05 -0400 |
| commit | 064c897c8635d1b6fd7c79fd155892a002bb00bf (patch) | |
| tree | 2bc861abd48b641b23d93fd560a21729d75b7051 /.github | |
| parent | e0592f09592988206667ea5f3a652fa6afdd8010 (diff) | |
| parent | 2f46e0dc3e8ad7bc10759c4347ea6b86a55784ca (diff) | |
| download | decky-loader-aa/type-cleanup-py.tar.gz decky-loader-aa/type-cleanup-py.zip | |
Merge branch 'main' into aa/type-cleanup-pyaa/type-cleanup-py
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/edit-check.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/edit-check.yml b/.github/workflows/edit-check.yml index 401bc8ae..59ed0fac 100644 --- a/.github/workflows/edit-check.yml +++ b/.github/workflows/edit-check.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get changed files id: changed-files diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b2a93057..b88fc242 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,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: Install TypeScript dependencies working-directory: frontend |
