Skip to content

Commit 55a5549

Browse files
chore(deps): update cake-build/cake-action action to v3
1 parent c59851b commit 55a5549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
git config user.name github-actions
1919
git config user.email [email protected]
2020
- name: Do Check
21-
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
21+
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3.0.0
2222
with:
2323
script-path: build.cake
2424
target: CI

.github/workflows/run-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout the repository
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Do Check
21-
uses: cake-build/cake-action@1223b6fa067ad192159f43b50cd4f953679b0934 # v2.0.0
21+
uses: cake-build/cake-action@5167c3f6a9e15c76f009de2acdfb9488552bc0b9 # v3.0.0
2222
with:
2323
script-path: build.cake
2424
target: GetVersionManually

0 commit comments

Comments
 (0)