Skip to content

Commit ace5308

Browse files
committed
Downgrade checkout-action
1 parent 2e472b1 commit ace5308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: 20
3838

39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@v5
4040
with:
4141
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
4242
ref: ${{ github.head_ref || github.ref_name }}

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages_changed: ${{ steps.changes.outputs.packages_changed }}
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)