actions icon indicating copy to clipboard operation
actions copied to clipboard

Running v5 locally with act

Open kodebach opened this issue 2 months ago • 0 comments

Since there is https://github.com/gradle/actions/pull/121, I assume running locally with https://github.com/nektos/act (and therefore also using this action in gitea) should be supported.

However, when trying

      - name: Setup Gradle
        uses: gradle/actions/setup-gradle@v5

I get the following error

 Unable to resolve v5: unsupported object type

Which according to https://github.com/nektos/act/issues/1600 happens, because v5 doesn't point to a commit directly and instead points to another tag (v5.0.0). Using v5.0.0 directly works, but that of course also pins the version.

kodebach avatar Nov 10 '25 13:11 kodebach