testomatio/check-tests

`stable` branch not updated since Sep 2021

Closed this issue · 3 comments

This follows on from issue #79 "stable branch gives Node.js 12 deprecation warning".

The stable branch recommended in the README documentation is unchanged since commit 0ea638f of @DavertMik on Sep 25, 2021.

See stable...master

If fixes and features are added to the default master branch, they will not be used by GitHub workflows such as .github/workflows/main.yml in this repository.

- uses: testomatio/check-tests@stable

This can be seen in the "Set up job" job for instance in job 8219074452

Download action repository 'testomatio/check-tests@stable' (SHA:0ea638fcec1820cf2e7b9854fdbdd04128a55bd4)

from the full job log

Current runner version: '2.303.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: None
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@v1' (SHA:50fbc622fc4ef5163becd7fab6573eac35f8462e)
Download action repository 'actions/setup-node@v2' (SHA:1f8c6b94b26d0feae1e387ca63ccbdc44d27b561)
Download action repository 'testomatio/check-tests@stable' (SHA:0ea638fcec1820cf2e7b9854fdbdd04128a55bd4)
Complete job name: Check Tests

Suggestion

Merge the latest release 0.8.12 into the stable branch.

Thanks, I will update it!

@DavertMik

Are you still planning to do this?

The workflow .github/workflows/main.yml I referred to in the original post now has a syntax error in it and does not work anymore. (See job 5067947930.)

image

Stale issue.
We are no longer using the GitHub JavaScript Action testomatio/check-tests@stable which specifies the end-of-life node12 version.