diff --git a/.github/workflows/flakehub.yml b/.github/workflows/flakehub.yml index 6b4e0a7..4853eaa 100644 --- a/.github/workflows/flakehub.yml +++ b/.github/workflows/flakehub.yml @@ -21,7 +21,7 @@ jobs: contents: "read" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" with: ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"