We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7253cd commit dcfb198Copy full SHA for dcfb198
.github/workflows/clang-format.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
with:
12
fetch-depth: 2
13
- uses: owncloud-ci/git-clang-format-lint@master
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: Check out source code
66
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
67
68
fetch-depth: ${{ matrix.fetch-depth }}
69
submodules: true
.github/workflows/translate.yml
@@ -22,7 +22,7 @@ jobs:
22
TX_TOKEN: ${{ secrets.TX_TOKEN }}
23
24
25
26
27
submodules: recursive
28
ref: "4"
0 commit comments