Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout this repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Configure and build this project
uses: threeal/cmake-action@v2.1.0
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout this repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Configure and build this project
uses: threeal/cmake-action@v2.1.0
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Install requirements
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Checkout Project
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Install Requirements
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout this repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Configure and build this project
uses: threeal/cmake-action@v2.1.0
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout this repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Configure and check formatting
uses: threeal/cmake-action@v2.1.0
Expand Down
Loading