Skip to content

Commit 7cf1e97

Browse files
committed
fix: update actions/checkout version to v6 in workflow files
1 parent e7cc410 commit 7cf1e97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-push-python-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.ref_name }}
2323
- name: Prepare

.github/workflows/build-and-push-vector-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
ref: ${{ github.ref_name }}
2828
- name: Prepare

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls -la
4444
rm -rf -- ./* ./.??*
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
ref: ${{ github.ref_name }}
4949
- name: Prepare
@@ -99,7 +99,7 @@ jobs:
9999
ls -la
100100
rm -rf -- ./* ./.??*
101101
- name: Checkout
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
103103
with:
104104
ref: ${{ github.ref_name }}
105105
- name: Prepare

0 commit comments

Comments
 (0)