Просмотр исходного кода

chore(deps): bump actions/checkout from 3 to 4 (#2687)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz Johner <moolen@users.noreply.github.com>
dependabot[bot] 2 лет назад
Родитель
Сommit
62e96fca4c

+ 3 - 3
.github/workflows/ci.yml

@@ -37,7 +37,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: Setup Go
       - name: Setup Go
         uses: actions/setup-go@v4
         uses: actions/setup-go@v4
@@ -76,7 +76,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: Configure Git
       - name: Configure Git
         run: |
         run: |
@@ -117,7 +117,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: Fetch History
       - name: Fetch History
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow

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

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: "Checkout Code"
       - name: "Checkout Code"
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: "Run FOSSA Scan"
       - name: "Run FOSSA Scan"
         uses: fossas/fossa-action@main
         uses: fossas/fossa-action@main

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

@@ -10,7 +10,7 @@ jobs:
   deploy:
   deploy:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 2 - 2
.github/workflows/e2e-managed.yml

@@ -59,7 +59,7 @@ jobs:
     steps:
     steps:
 
 
     - name: Branch based PR checkout
     - name: Branch based PR checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
 
     - name: Fetch History
     - name: Fetch History
       run: git fetch --prune --unshallow
       run: git fetch --prune --unshallow
@@ -77,7 +77,7 @@ jobs:
 
 
     # Check out merge commit
     # Check out merge commit
     - name: Fork based /ok-to-test-managed checkout
     - name: Fork based /ok-to-test-managed checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
       with:
         ref: 'refs/pull/${{ env.GITHUB_PR_NUMBER }}/merge'
         ref: 'refs/pull/${{ env.GITHUB_PR_NUMBER }}/merge'
 
 

+ 2 - 2
.github/workflows/e2e.yml

@@ -54,7 +54,7 @@ jobs:
     steps:
     steps:
 
 
     - name: Branch based PR checkout
     - name: Branch based PR checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
 
     - name: Fetch History
     - name: Fetch History
       run: git fetch --prune --unshallow
       run: git fetch --prune --unshallow
@@ -69,7 +69,7 @@ jobs:
 
 
     # Check out merge commit
     # Check out merge commit
     - name: Fork based /ok-to-test checkout
     - name: Fork based /ok-to-test checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
       with:
         ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
         ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
 
 

+ 2 - 2
.github/workflows/helm.yml

@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 
@@ -68,7 +68,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 2 - 2
.github/workflows/publish.yml

@@ -50,7 +50,7 @@ jobs:
     steps:
     steps:
 
 
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           ref: ${{ inputs.ref }}
           ref: ${{ inputs.ref }}
 
 
@@ -154,7 +154,7 @@ jobs:
     needs: build-publish
     needs: build-publish
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Sign image
       - name: Sign image
         if: env.IS_FORK == 'false'
         if: env.IS_FORK == 'false'
         uses: ./.github/actions/sign
         uses: ./.github/actions/sign

+ 1 - 1
.github/workflows/rebuild-image.yml

@@ -17,7 +17,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.ref }}
           ref: ${{ github.event.inputs.ref }}

+ 2 - 2
.github/workflows/release.yml

@@ -22,7 +22,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.source_ref }}
           ref: ${{ github.event.inputs.source_ref }}
@@ -76,7 +76,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
 
 

+ 2 - 2
.github/workflows/update-deps.yml

@@ -17,7 +17,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
           ref: ${{ github.event.inputs.ref }}
           ref: ${{ github.event.inputs.ref }}
@@ -47,7 +47,7 @@ jobs:
       with:
       with:
         app_id: ${{ secrets.APP_ID }}
         app_id: ${{ secrets.APP_ID }}
         private_key: ${{ secrets.PRIVATE_KEY }}
         private_key: ${{ secrets.PRIVATE_KEY }}
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
       with:
         token: ${{ steps.generate_token.outputs.token }}
         token: ${{ steps.generate_token.outputs.token }}
         ref: ${{ matrix.branch }}
         ref: ${{ matrix.branch }}