Skip to content

Commit 65d4771

Browse files
committed
upgrade checkout action
1 parent e3a4193 commit 65d4771

7 files changed

+7
-7
lines changed

.github/workflows/build-linux-unstable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
ref: qt6
2020

.github/workflows/build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Build
2020
run: |

.github/workflows/build-sdk-windows-unstable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
mingw-w64-x86_64-libimagequant
5050
mingw-w64-x86_64-python3.11
5151
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
ref: qt6
5555

.github/workflows/build-sdk-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mingw-w64-x86_64-libimagequant
5151
mingw-w64-x86_64-python3.11
5252
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454

5555
- name: Build
5656
shell: msys2 {0}

.github/workflows/build-windows-unstable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mingw-w64-x86_64-libimagequant
5656
mingw-w64-x86_64-python3.11
5757
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
with:
6060
ref: qt6
6161

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mingw-w64-x86_64-python3.11
5656
mingw-w64-x86_64-zimg
5757
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959

6060
- name: Build
6161
shell: msys2 {0}

.github/workflows/check-code-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Install Artistic Style
1818
run: sudo apt-get install -y astyle grep

0 commit comments

Comments
 (0)