Browse Source

chore(deps): update actions/checkout action to v4

renovate[bot] 1 year ago
parent
commit
e985133b37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/repo-bump-version.yaml

+ 2 - 2
.github/workflows/repo-bump-version.yaml

@@ -33,7 +33,7 @@ jobs:
           yq-version: v4.9.8
           yq-version: v4.9.8
 
 
       - name: Checkout Repository
       - name: Checkout Repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
         with:
         with:
           ref: ${{ env.TAG_BRANCH }}
           ref: ${{ env.TAG_BRANCH }}
 
 
@@ -66,7 +66,7 @@ jobs:
       NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }}
       NEXT_VERSION: ${{ github.event.inputs.NEXT_VERSION }}
     steps:
     steps:
       - name: Checkout Repository
       - name: Checkout Repository
-        uses: actions/checkout@v2
+        uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
         with:
         with:
           ref: ${{ env.TAG_BRANCH }}
           ref: ${{ env.TAG_BRANCH }}