From a7f3ef486254f8c5b9921f8fd2ee03a64bad9a39 Mon Sep 17 00:00:00 2001 From: sebthom Date: Sat, 28 Dec 2024 19:43:15 +0100 Subject: [PATCH] ci: update workflow config --- .github/dependabot.yml | 13 +++++++------ .github/workflows/build.yml | 3 +-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe8cb6e..c373387 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: github-actions @@ -6,11 +6,12 @@ updates: schedule: interval: weekly day: monday - time: "09:00" + time: "14:00" commit-message: - prefix: fix - prefix-development: chore + prefix: ci + prefix-development: ci include: scope labels: - - gha - - dependencies + - dependencies + - gha + - pinned diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe5ce2b..eb1385e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: run: | set -eux pushd $HOME - curl -sSfL https://github.com/chrisant996/clink/releases/download/v1.4.24/clink.1.4.24.688975.zip -o clink.zip + curl -sSfL https://github.com/chrisant996/clink/releases/download/v1.7.7/clink.1.7.7.521fa7.zip -o clink.zip unzip clink.zip -d clink cp clink/clink_x64.exe clink/clink.exe @@ -118,7 +118,6 @@ jobs: uses: vegardit/haxe-reusable-workflows/.github/actions/setup-haxe@dev with: haxe-reusable-workflows-version: dev - haxe-version: ${{ matrix.haxe }} haxe-libs: | haxe-doctest