Skip to content

Commit 979a0d8

Browse files
committed
fix: update checkout reference to v1 in build-and-push workflow
1 parent 3aa8054 commit 979a0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
with:
36-
ref: main
36+
ref: v1
3737
- name: Prepare
3838
id: prepare
3939
run: |

0 commit comments

Comments
 (0)