neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
361 stars 36 forks source link

Bump pre-commit/action version to v3.0.0 #564

Closed tetsuok closed 1 year ago

tetsuok commented 1 year ago

Overview

This bumps pre-commit/action version to v3.0.0.

Details

Currently, we see the following warnings in our workflows:

Screen Shot 2022-10-16 at 1 32 52

This is because

The warnings can be removed by updating pre-commit/action to v3.0.0 because v3.0.0 doesn't depend on Node anymore.

References

Blocked by