Skip to content

Commit bc2e7f9

Browse files
deps: bump the production-dependencies group with 7 updates
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3.0.2` | `4.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [42ByteLabs/patch-release-me](https://github.com/42bytelabs/patch-release-me) | `0.6.4` | `0.6.5` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.0.0` | `8.1.1` | Updates `dorny/paths-filter` from 3.0.2 to 4.0.1 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@de90cc6...fbd0ab8) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `42ByteLabs/patch-release-me` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/42bytelabs/patch-release-me/releases) - [Commits](42ByteLabs/patch-release-me@ef44b04...6cd166a) Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@98357b1...5f6978f) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: 42ByteLabs/patch-release-me dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d9e55d commit bc2e7f9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
# Conditionally run actions based on files modified by PR, feature branch or pushed commits
21-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
21+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
2222
id: changes
2323
with:
2424
filters: |
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Upload test results
103103
if: steps.changes.outputs.src == 'true'
104-
uses: actions/upload-artifact@v6
104+
uses: actions/upload-artifact@v7
105105
with:
106106
name: ${{ matrix.language }}-test-results
107107
path: |
@@ -122,13 +122,13 @@ jobs:
122122
steps:
123123
- name: Check if compile-and-test job failed to complete, if so fail
124124
if: ${{ needs.compile-and-test.result == 'failure' }}
125-
uses: actions/github-script@v8
125+
uses: actions/github-script@v9
126126
with:
127127
script: |
128128
core.setFailed('Test run job failed')
129129
130130
- name: Collect test results
131-
uses: actions/download-artifact@v7
131+
uses: actions/download-artifact@v8
132132

133133
- name: Validate test results
134134
run: |
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
submodules: true
164164

165-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
165+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
166166
id: changes
167167
with:
168168
filters: |
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
submodules: true
197197

198-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
198+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
199199
id: changes
200200
with:
201201
filters: |
@@ -221,7 +221,7 @@ jobs:
221221
steps:
222222
- uses: actions/checkout@v6
223223

224-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
224+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
225225
id: changes
226226
with:
227227
filters: |

.github/workflows/update-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ jobs:
2323

2424
- name: Get Token
2525
id: get_workflow_token
26-
uses: actions/create-github-app-token@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ secrets.SECLABS_APP_ID }}
2929
private-key: ${{ secrets.SECLABS_APP_KEY }}
3030

3131
- name: "Patch Release Me"
32-
uses: 42ByteLabs/patch-release-me@ef44b04c04fde87280adf14548664bfbcebba04d # 0.6.4
32+
uses: 42ByteLabs/patch-release-me@6cd166a460bc205b93c29acb6fef2aa275dc0502 # 0.6.5
3333
with:
3434
# Bump (patch)
3535
mode: ${{ inputs.mode }}
3636

3737
- name: Create Pull Request
38-
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
38+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3939
with:
4040
token: ${{ steps.get_workflow_token.outputs.token }}
4141
title: "Chore: Auto Update new Release"

0 commit comments

Comments
 (0)