summaryrefslogtreecommitdiff
path: root/.github/workflows/release.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/release.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/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f9bc8ccc..d4f255e0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout 🧰
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install semver-tool asdf
uses: asdf-vm/actions/install@v1