We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8624dfe commit b3ae7bcCopy full SHA for b3ae7bc
.github/workflows/mirror.yml
@@ -7,7 +7,7 @@ jobs:
7
if: github.repository == 'OpenXRay/xray-16'
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
with:
12
fetch-depth: 0
13
.github/workflows/stylecheck.yml
@@ -13,7 +13,7 @@ jobs:
14
15
- name: Checkout
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
- name: Install
19
run: sudo apt-get install moreutils
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
run: sudo apt-get install dos2unix recode
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments