Skip to content

Commit 75a9645

Browse files
build(deps): bump the github-actions-backward-compatible group with 2 updates (#37706)
Bumps the github-actions-backward-compatible group with 2 updates: [actions/cache](https://github.com/actions/cache) and [miniscruff/changie-action](https://github.com/miniscruff/changie-action). Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) Updates `miniscruff/changie-action` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/miniscruff/changie-action/releases) - [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md) - [Commits](miniscruff/changie-action@6dcc253...5036dff) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible - dependency-name: miniscruff/changie-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f1f573 commit 75a9645

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
bash ./internal/command/e2etest/make-archive.sh
209209
210210
- name: Save test harness to cache
211-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
211+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
212212
with:
213213
path: ${{ steps.set-cache-values.outputs.e2e-cache-path }}
214214
key: ${{ steps.set-cache-values.outputs.e2e-cache-key }}_${{ matrix.goos }}_${{ matrix.goarch }}
@@ -248,7 +248,7 @@ jobs:
248248
if: ${{ (matrix.goos == 'linux') || (matrix.goos == 'darwin') }}
249249
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
250250
- name: "Restore cache"
251-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
251+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
252252
id: e2etestpkg
253253
with:
254254
path: ${{ needs.e2etest-build.outputs.e2e-cache-path }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
await createOrUpdateChangelogComment("", true);
190190
191191
- name: Validate changie fragment is valid
192-
uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
192+
uses: miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0
193193
with:
194194
version: latest
195195
args: merge -u "." --dry-run

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
fi
143143
144144
- name: Cache protobuf tools
145-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
145+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
146146
with:
147147
path: "tools/protobuf-compile/.workdir"
148148
key: protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}

0 commit comments

Comments
 (0)