Skip to content

Commit ebfd2f2

Browse files
chore(deps): bump the workflows group with 2 updates
Bumps the workflows group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) 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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e743553 commit ebfd2f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate-pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
files: "${PGO_FILE}"
5151
message: "build: update PGO profile :robot:"
5252
- run: git push origin $GITHUB_REF
53-
- uses: actions/upload-artifact@v5
53+
- uses: actions/upload-artifact@v6
5454
with:
5555
name: "pgo"
5656
path: "${{ env.PGO_FILE }}"

.github/workflows/perf-regression.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: ./bin/nuclei.test -test.run - -test.bench=. -test.benchmem ./cmd/nuclei/ | tee $BENCH_OUT
2020
env:
2121
DISABLE_STDOUT: "1"
22-
- uses: actions/cache/restore@v4
22+
- uses: actions/cache/restore@v5
2323
with:
2424
path: ./cache
2525
key: ${{ runner.os }}-benchmark
@@ -33,7 +33,7 @@ jobs:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
comment-on-alert: true
3535
summary-always: true
36-
- uses: actions/cache/save@v4
36+
- uses: actions/cache/save@v5
3737
if: github.event_name == 'push'
3838
with:
3939
path: ./cache

0 commit comments

Comments
 (0)