Skip to content

Commit 22392b0

Browse files
fix : DEV CI-CD 로직 수정
1 parent 0948c29 commit 22392b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd-dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4.1.7
14+
uses: actions/checkout@v3 # 최신 버전 사용
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v3.5.0
17+
uses: docker/setup-buildx-action@v2 # 최신 버전 사용
1818

1919
- name: Cache Docker layers
20-
uses: actions/cache@v4.0.2
20+
uses: actions/cache@v3 # 최신 버전 사용
2121
with:
2222
path: /tmp/.buildx-cache
2323
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)