Skip to content

Commit

Permalink
build(github): Bump the gha group with 3 updates (#270)
Browse files Browse the repository at this point in the history
Bumps the gha group with 3 updates: [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action), [actions/cache](https://github.com/actions/cache) and [aslafy-z/conventional-pr-title-action](https://github.com/aslafy-z/conventional-pr-title-action).


Updates `pascalgn/automerge-action` from 0.15.6 to 0.16.2
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](pascalgn/automerge-action@v0.15.6...v0.16.2)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `aslafy-z/conventional-pr-title-action` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/aslafy-z/conventional-pr-title-action/releases)
- [Changelog](https://github.com/aslafy-z/conventional-pr-title-action/blob/main/release.config.js)
- [Commits](aslafy-z/conventional-pr-title-action@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: aslafy-z/conventional-pr-title-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Kanno <ryankanno@localkinegrinds.com>
  • Loading branch information
dependabot[bot] and ryankanno authored Jan 24, 2024
1 parent 8743cd6 commit 2659640
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps.wait-for-status-checks.outputs.status == 'success' &&
steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
id: automerge
uses: "pascalgn/automerge-action@v0.15.6"
uses: "pascalgn/automerge-action@v0.16.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge,!major"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry==1.5.1 tox==4.5.2 tox-gh
- name: Cache pre-commit
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ matrix.os }}-${{ matrix.python-version }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry==1.5.1 tox==4.5.2 tox-gh
- name: Cache tox env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: ${{ matrix.os }}-${{ matrix.python-version }}-tox-${{ hashFiles('pyproject.toml', '.pre-commit-config.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Validate PR Title
id: prTitle
if: ${{ steps.commitlint.outcome == 'failure' }}
uses: aslafy-z/conventional-pr-title-action@v3.1.1
uses: aslafy-z/conventional-pr-title-action@v3.2.0
continue-on-error: true
with:
success-state: Title follows the conventional commit format.
Expand Down

0 comments on commit 2659640

Please sign in to comment.