diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 039a867..a89a2cc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: needs: [ verify ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -33,7 +33,7 @@ jobs: enforce-changelog: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f2cf5..4209149 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: read versions id: read-version diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e3fa7..e40b273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [UNRELEASED] +### Dependencies +- Bump `actions/checkout` from 3.5.3 to 3.6.0 ([#266](https://github.com/dangoslen/changelog-enforcer/pull/266)) + ## [v3.5.1] ### Security - Removes `uglify-js` and `dist` packages