Jelajahi Sumber

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

:arrow_up: bump actions/checkout from 2 to 3
metya 2 tahun lalu
induk
melakukan
a720c5b690
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 }}"