Skip to content

Commit a5deefe

Browse files
authored
Merge pull request #440 from devmehq/renovate-actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 1387854 + 8077789 commit a5deefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
workflow_id: ci.yml
3737
access_token: ${{ github.token }}
3838

39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4040
with:
4141
fetch-depth: 30
4242

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
workflow_id: release.yml
3131
access_token: ${{ github.token }}
3232

33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3434
with:
3535
fetch-depth: 30
3636

0 commit comments

Comments
 (0)