Add depot setup action

This commit is contained in:
Eric Allam
2024-03-19 09:24:33 +00:00
committed by GitHub
parent b585d1f2c5
commit 6afda40c35
+3
View File
@@ -8,6 +8,9 @@ jobs:
version: ${{ steps.get_version.outputs.version }}
short_sha: ${{ steps.get_commit.outputs.sha_short }}
steps:
- name: Setup Depot CLI
uses: depot/setup-action@v1
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with: