diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d38293fd552..40f9f3b1b61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Publish +name: Publish on: workflow_dispatch: push: @@ -54,7 +54,7 @@ jobs: - luma.yaml steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v5 @@ -90,7 +90,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create release run: gh release create ${{ github.ref_name }}