Skip to content

Commit 305d6fd

Browse files
authored
chore(ci): Update workflows (#828)
Signed-off-by: Dan Webb <[email protected]>
1 parent 295aae6 commit 305d6fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
lint-unit:
11-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.6
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
1212
permissions:
1313
actions: write
1414
checks: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
release:
19-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.6
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)