From 473f308fd7f19b587c9c3cb6f663612752b6560c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 11 Apr 2024 12:11:13 +0100 Subject: [PATCH] GH Actions improvements Allow manual workflow runs and update the checkout action version --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 442e64b..b873f3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ on: branches: [ main ] pull_request: branches: [ main ] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -20,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install build dependencies via homebrew run: |