wgtmac commented on code in PR #574:
URL: https://github.com/apache/iceberg-cpp/pull/574#discussion_r2844244060
##########
.github/workflows/license_check.yml:
##########
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/sanitizer_test.yml:
##########
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout iceberg-cpp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/pre-commit.yml:
##########
@@ -28,6 +28,6 @@ jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
Review Comment:
```suggestion
- uses: actions/checkout@v6
```
##########
.github/workflows/rc.yml:
##########
@@ -34,7 +34,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/test.yml:
##########
@@ -65,7 +65,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout iceberg-cpp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/test.yml:
##########
@@ -78,7 +78,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout iceberg-cpp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/test.yml:
##########
@@ -122,7 +122,7 @@ jobs:
with:
python-version: '3.x'
- name: Checkout iceberg-cpp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/rc.yml:
##########
@@ -84,7 +84,7 @@ jobs:
CXX: g++-14
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/test.yml:
##########
@@ -43,7 +43,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout iceberg-cpp
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
##########
.github/workflows/rc.yml:
##########
@@ -130,7 +130,7 @@ jobs:
contents: write
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #
v4.3.1
Review Comment:
```suggestion
uses: actions/checkout@v6
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]