From 424db0e9fc1bc55039fa8a5d35b472c30f286604 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Thu, 23 May 2024 22:06:48 -0600 Subject: [PATCH] Update actions/checkout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 338feae..26b2e39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: container: ghcr.io/toltec-dev/qt steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build run: |