Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jul 10, 2023
1 parent 7955502 commit 00e5d6b
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].19
uses: gregoranders/[email protected].20
- name: Get next possible versions
id: semvers
uses: WyriHaximus/github-action-next-semvers@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].19
uses: gregoranders/[email protected].20
- name: Get changelog entries
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Get project information
id: projectinfo-current
uses: gregoranders/[email protected].19
uses: gregoranders/[email protected].20
- name: Checkout main branch
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.base.sha }}
- name: Get project information
id: projectinfo-main
uses: gregoranders/[email protected].19
uses: gregoranders/[email protected].20
- name: Get next possible versions
id: semvers
uses: WyriHaximus/github-action-next-semvers@v1
Expand All @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].19
uses: gregoranders/[email protected].20
- name: Enforce changelog update
uses: dangoslen/changelog-enforcer@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.1] - 2023-07-10

### Dependencies

- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/226))

## [0.2.0] - 2023-07-02

### Breaking
Expand Down
Loading

1 comment on commit 00e5d6b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.