소스 검색

Merge pull request #12 from metya/dependabot/github_actions/actions/checkout-4

:arrow_up: Bump actions/checkout from 3 to 4
metya 2 년 전
부모
커밋
c303fe0b97
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/bumpversion.yml
  2. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.github/workflows/bumpversion.yml

@@ -12,7 +12,7 @@ jobs:
     name: "Bump version and create changelog with commitizen"
     steps:
       - name: Check out
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           lfs: true
           fetch-depth: 0

+ 1 - 1
.github/workflows/deploy.yml

@@ -14,7 +14,7 @@ jobs:
       GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
     steps:
       - name: Check out
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           lfs: "true"
       - name: Deploy compose