Skip to content

chore(deps): update actions/checkout action to v4.1.4 #976

chore(deps): update actions/checkout action to v4.1.4

chore(deps): update actions/checkout action to v4.1.4 #976

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request_target:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Test github-changelog-generator
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.20
- name: Run github-changelog-generator
uses: ./
with:
output: 'HISTORY.md'
- name: Run github-changelog-generator with PAT token.
uses: ./
with:
output: 'HISTORY.md'
token: ${{ secrets.PAT_TOKEN }}