Skip to content

Commit cde627e

Browse files
author
DevOps Bot
committed
ci: pushing new workflows
1 parent 48e05e7 commit cde627e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
runs-on:
55
- ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v4
88
with:
99
fetch-depth: 0
1010
fetch-tags: true

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on:
1717
- ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
fetch-tags: true
@@ -34,7 +34,7 @@ jobs:
3434
runs-on:
3535
- ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040
fetch-tags: true

0 commit comments

Comments
 (0)