Skip to content

Commit 955d4f2

Browse files
authored
chore: Bump the dependencies group with 2 updates (#114)
2 parents a5a69f8 + 5dc0f14 commit 955d4f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
--failOnCVSS "7"
5151
5252
- name: Upload test results
53-
uses: actions/upload-artifact@v5
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: Dependency Check Report
5656
path: ${{github.workspace}}/reports

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Create Changelog Pull Request
6969
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
70-
uses: peter-evans/create-pull-request@v7
70+
uses: peter-evans/create-pull-request@v8
7171
with:
7272
token: ${{ secrets.PAT }}
7373
branch: release/${{ steps.get_next_version.outputs.version }}

0 commit comments

Comments
 (0)