octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API

Home Page:https://github.com/marketplace/actions/GitHub-API-Request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated Marketplace version

lorenzwalthert opened this issue · comments

Going to https://github.com/marketplace/actions/github-api-request and click 'use latest version' gives me a version that is lower than the GitHub release version and about one year older:

Screenshot 2021-05-18 at 11 15 25

Can you align them? Thanks for this cool action 🥳

As long as you use

      - uses: octokit/request-action@v2.x

as documented in the description, you'll automatically get the latest version.

Publishing new releases to the repository are not automatically replicated to the marketplace, I've been asking for this since the beginning of it all ... I'll fix it now manually but as all releases are automated, this will get out of sync again, unfortunately