From 64a65352a33b4adb82f3f1894144c3f4c4c35829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Fri, 15 Nov 2024 11:26:57 +0000 Subject: [PATCH] Use disperse action --- .github/workflows/disperse.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/disperse.yml b/.github/workflows/disperse.yml index 13b2536..ed1aaf2 100644 --- a/.github/workflows/disperse.yml +++ b/.github/workflows/disperse.yml @@ -1,7 +1,8 @@ +--- name: Disperse configuration "on": -- push + - push jobs: build: @@ -9,5 +10,5 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: jelmer/action-disperse-validate@v1 + - uses: actions/checkout@v2 + - uses: jelmer/action-disperse-validate@v1