Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

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

- name: Determine release version, type and prerelease variables
run: ./.github/autobuild/get_build_vars.py
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
xcode-version: ${{ matrix.config.xcode_version }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v5
with:
submodules: recursive
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# we perform no version pinning for the runner or the installed tools here.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Check .cpp/.h/.mm with clang-format
uses: DoozyX/clang-format-lint-action@2ec1a72dfb593e52255693c9039e6d94984187dc
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qt_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout code
id: codecheck
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Get git short hash
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qt_mac_posix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout code
id: codecheck
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Get git short hash
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Set up secret file
env:
Expand Down