Skip to content

Commit bed18ba

Browse files
chore: bump actions/checkout from 4.2.2 to 5.0.0 (#207)
1 parent b438d4c commit bed18ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-24.04, windows-2022]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.2.2
17+
uses: actions/checkout@v5.0.0
1818

1919
- name: Configure Project
2020
uses: threeal/cmake-action@v2.1.0

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v5.0.0
1414

1515
- name: Configure Project
1616
uses: threeal/cmake-action@v2.1.0

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-24.04, windows-2022]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.2.2
17+
uses: actions/checkout@v5.0.0
1818

1919
- name: Configure Project
2020
uses: threeal/cmake-action@v2.1.0

0 commit comments

Comments
 (0)