From f51a8424b84e9503420c01625dabac5c559afbae Mon Sep 17 00:00:00 2001 From: acarrou Date: Mon, 19 Feb 2024 06:56:14 -0800 Subject: [PATCH] :green_heart: fixes ci branch version --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3f1826..1408bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,20 +29,20 @@ on: jobs: ci: - uses: Astraeus-I/ci/.github/workflows/library.yml@4.x.y + uses: Astraeus-I/ci/.github/workflows/library.yml@main secrets: inherit deploy: - uses: Astraeus-I/ci/.github/workflows/deploy.yml@4.x.y + uses: Astraeus-I/ci/.github/workflows/deploy.yml@main secrets: inherit build_lpc4074: - uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@4.x.y + uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@main with: profile: lpc4074 processor_profile: https://github.com/libhal/libhal-armcortex.git platform_profile: https://github.com/libhal/libhal-lpc40.git secrets: inherit build_lpc4078: - uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@4.x.y + uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@main with: profile: lpc4078 processor_profile: https://github.com/libhal/libhal-armcortex.git