Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Bump actions/checkout from 4.1.1 to 5.0.0 #137

Bump actions/checkout from 4.1.1 to 5.0.0

Bump actions/checkout from 4.1.1 to 5.0.0 #137

Workflow file for this run

name: 'Action docs'
on:
push:
branches:
- main
- develop
pull_request:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3
- uses: npalm/action-docs-action@b1dd20339140224c1ffef389467e4fece8dc416b # ratchet:npalm/action-docs-action@v3.1.2
- name: Update readme in the repository
if: github.event_name != 'pull_request'
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # ratchet:stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: "chore(ci): Updating readme"
file_pattern: README.md