Skip to content

Commit 09f2d06

Browse files
authored
chore(copier): update from template (#25)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent bfd7d31 commit 09f2d06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
app-id: ${{ vars.APP_ID }}
4141
private-key: ${{ secrets.PRIVATE_KEY }}
4242
- name: Checkout
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v5
4444
- id: lint
4545
name: MegaLinter
4646
uses: liblaf/actions/mega-linter@v1

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
app-id: ${{ vars.APP_ID }}
3838
private-key: ${{ secrets.PRIVATE_KEY }}
3939
- name: Checkout
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v5
4141
with:
4242
token: ${{ steps.auth.outputs.token }}
4343
- id: release-please
@@ -67,7 +67,7 @@ jobs:
6767
app-id: ${{ vars.APP_ID }}
6868
private-key: ${{ secrets.PRIVATE_KEY }}
6969
- name: Checkout
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v5
7171
with:
7272
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373
token: ${{ steps.auth.outputs.token }}
@@ -123,7 +123,7 @@ jobs:
123123
app-id: ${{ vars.APP_ID }}
124124
private-key: ${{ secrets.PRIVATE_KEY }}
125125
- name: Checkout
126-
uses: actions/checkout@v6
126+
uses: actions/checkout@v5
127127
with:
128128
ref: ${{ needs.release-please.outputs.tag }}
129129
token: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)