summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-06-29 17:53:01 -0400
committerAAGaming <aagaming@riseup.net>2024-06-29 17:53:01 -0400
commita12d9d2bdbb4032cd0038d182c5ce03652edd654 (patch)
tree2dfee453ec3874fca296efe18d7fba1093d5a227 /.github/workflows/lint.yml
parente266258fc48ef2bea91743a48c7a8c5f2515fc91 (diff)
downloaddecky-loader-a12d9d2bdbb4032cd0038d182c5ce03652edd654.tar.gz
decky-loader-a12d9d2bdbb4032cd0038d182c5ce03652edd654.zip
chore(ci): update actions to remove deprecation warnings
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 db8914d7..deba25af 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@v3 # Check out the repository first.
+ - uses: actions/checkout@v4 # Check out the repository first.
- name: Install TypeScript dependencies
working-directory: frontend