Skip to content

Commit 9fd1e3f

Browse files
ci(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89b01a3 commit 9fd1e3f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
7474

7575
- name: Cache downloaded test files
76-
uses: actions/cache@v4
76+
uses: actions/cache@v5
7777
with:
7878
path: ${{ runner.temp }}/speakeasy-api_arazzo
7979
key: arazzo-test-files-${{ steps.date.outputs.date }}
@@ -126,7 +126,7 @@ jobs:
126126
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
127127

128128
- name: Cache downloaded test files
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: ${{ runner.temp }}/speakeasy-api_arazzo
132132
key: arazzo-test-files-${{ steps.date.outputs.date }}
@@ -199,7 +199,7 @@ jobs:
199199
./.github/scripts/format-coverage.sh coverage.out "$CURRENT_COV" "$MAIN_COV" > coverage-summary.md
200200
201201
- name: Upload coverage artifact
202-
uses: actions/upload-artifact@v5
202+
uses: actions/upload-artifact@v6
203203
with:
204204
name: coverage-report
205205
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Upload artifacts
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v6
4848
if: always()
4949
with:
5050
name: release-artifacts

.github/workflows/update-cmd-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Create Pull Request
5353
if: steps.changes.outputs.changed == 'true'
54-
uses: peter-evans/create-pull-request@v7
54+
uses: peter-evans/create-pull-request@v8
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
commit-message: |

0 commit comments

Comments
 (0)