Releases: sarisia/actions-readme-feed
Releases · sarisia/actions-readme-feed
v1.10.1
What's Changed
- update dependencies
- Bump the github-actions group with 2 updates by @dependabot in #285
- Bump npm-check-updates from 16.14.18 to 16.14.20 in the nodejs group by @dependabot in #286
Full Changelog: v1.10.0-src...v1.10.1-src
v1.10.1-pre.0: Automatic build
Commit ca98c8f608572460e4d973a397551eb8000fee63 Run https://github.com/sarisia/actions-readme-feed/actions/runs/8925912685
v1.10.0
What's Changed
- Action now runs on
node20
runtime
- Node と actions/checkout のバージョンを更新 by @HRTK92 in #282
- Bump the github-actions group with 4 updates by @dependabot in #283
- Bump the nodejs group with 9 updates by @dependabot in #284
New Contributors
Full Changelog: v1.9.0-src...v1.10.0-src
v1.10.0-pre.0: Automatic build
What's Changed
- Action now runs on
node20
runtime
- Node と actions/checkout のバージョンを更新 by @HRTK92 in #282
- Bump the github-actions group with 4 updates by @dependabot in #283
- Bump the nodejs group with 9 updates by @dependabot in #284
New Contributors
Full Changelog: v1.9.0-src...v1.10.0-pre.0-src
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.2
- Update dependencies
v1.6.0
- The action now retries fetching feed endpoint if error occurs.
- You can control the behavior with
retry
andretry_backoff
inputs. - Defaults for
retry
is3
times andretry_backoff
is5
seconds.
- You can control the behavior with
- You can skip updating the feed if there is any fetch error by specifying
ensure_all
input.
See README for more details.