Skip to content

Commit

Permalink
upgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 29, 2024
1 parent e3a4193 commit 65d4771
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: qt6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sdk-windows-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.11
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: qt6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sdk-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.11
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
shell: msys2 {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.11
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: qt6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mingw-w64-x86_64-python3.11
mingw-w64-x86_64-zimg
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
shell: msys2 {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Artistic Style
run: sudo apt-get install -y astyle grep
Expand Down

0 comments on commit 65d4771

Please sign in to comment.