summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorRodoMa92 <marco.rodolfi.1992@gmail.com>2026-07-14 16:20:27 +0200
committerRodoMa92 <marco.rodolfi.1992@gmail.com>2026-07-14 16:20:27 +0200
commit132d6bfc8679e9482c0b26f10bfefd32cc97f407 (patch)
tree479200e140fff964e1e23161bf74bef1527550ca /.github/workflows/lint.yml
parentb1ca5e45a6b7c31d4ebababb7333fb4ac8bd121e (diff)
downloaddecky-loader-132d6bfc8679e9482c0b26f10bfefd32cc97f407.tar.gz
decky-loader-132d6bfc8679e9482c0b26f10bfefd32cc97f407.zip
Upstream action workflows. Updated older action workflows and adapted the with variables where needed.update-ci-actions
Python has been also bumped to the latest 3.11 LTS release, but we will probably need to consider a mayor version bump in the future, since it has only ~ 1 year of security updates.
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3ff65531..81dd1ea3 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@v4 # Check out the repository first.
+ - uses: actions/checkout@v7 # Check out the repository first.
- name: Install TypeScript dependencies
working-directory: frontend