Skip to content

Commit dcfb198

Browse files
committed
Ci: Update checkout action
1 parent b7253cd commit dcfb198

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clang-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 2
1313
- uses: owncloud-ci/git-clang-format-lint@master

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Check out source code
66-
uses: actions/checkout@v2
66+
uses: actions/checkout@v4
6767
with:
6868
fetch-depth: ${{ matrix.fetch-depth }}
6969
submodules: true

.github/workflows/translate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
TX_TOKEN: ${{ secrets.TX_TOKEN }}
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
with:
2727
submodules: recursive
2828
ref: "4"

0 commit comments

Comments
 (0)