Skip to content

Commit c676fa0

Browse files
chore(deps): Bump the actions group with 3 updates (#91)
Bumps the actions group with 3 updates: [korthout/backport-action](https://github.com/korthout/backport-action), [actions/cache](https://github.com/actions/cache) and [actions/labeler](https://github.com/actions/labeler). Updates `korthout/backport-action` from 3.4.1 to 4.5.2 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](korthout/backport-action@d074166...6606540) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...27d5ce7) Updates `actions/labeler` from 5.0.0 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@8558fd7...f27b608) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c50e2ac commit c676fa0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: korthout/backport-action@d07416681cab29bf2661702f925f020aaa962997 # v3.4.1
29+
- uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
label_pattern: "^backport/(.+)$"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
run: go install golang.org/x/perf/cmd/benchstat@latest
342342

343343
- name: Restore baseline benchmarks
344-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
344+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
345345
with:
346346
path: bench-baseline.txt
347347
key: bench-baseline-${{ matrix.pkg }}-${{ runner.os }}-${{ hashFiles('go.sum') }}
@@ -377,7 +377,7 @@ jobs:
377377

378378
- name: Save baseline (main only)
379379
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
380-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
380+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
381381
with:
382382
path: bench-baseline.txt
383383
key: bench-baseline-${{ matrix.pkg }}-${{ runner.os }}-${{ hashFiles('go.sum') }}

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1717
with:
1818
egress-policy: audit
19-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
19+
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2020
with:
2121
configuration-path: .github/labeler.yml
2222
sync-labels: true

0 commit comments

Comments
 (0)