From ebf04ce0a3e13819f0203894b00dcc63f7370ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:49:32 -0400 Subject: [PATCH] [Bugfix:Developer] Specify action version for release updates (#54) --- .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 b503c92..2a960e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Dispatch Update runs-on: ubuntu-latest steps: - - uses: Submitty/peter-evans-repository-dispatch + - uses: Submitty/peter-evans-repository-dispatch@v23.07.00 if: ${{ github.repository_owner == 'Submitty' }} with: event-type: repo-release