From 59fcab2ad819800b4c0333e3ecd3827801db9a71 Mon Sep 17 00:00:00 2001 From: Luc Weinbrecht Date: Wed, 22 Nov 2023 08:07:59 +0100 Subject: [PATCH] added tag which should be checked out to native image action --- .github/workflows/native-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index caee938..cf8c410 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -16,7 +16,10 @@ jobs: matrix: os: [macos-latest, windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 + with: + ref: 'v${{ inputs.TAG }}' - uses: graalvm/setup-graalvm@v1 with: