소스 검색

Merge pull request #11 from metya/dependabot/github_actions/actions/checkout-3

:arrow_up: bump actions/checkout from 2 to 3
metya 2 년 전
부모
커밋
a720c5b690
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/bumpversion.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@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
           token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"