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

Merge pull request #71 from DarkFlippers/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
DerSkythe 1 год назад
Родитель
Сommit
6c5f37ed05

+ 2 - 2
.github/workflows/build-with-firmware.yml

@@ -51,7 +51,7 @@ jobs:
             src-included: 0
             src-included: 0
     steps:
     steps:
       - name: Copy Firmware Files
       - name: Copy Firmware Files
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: ${{ matrix.url }}
           repository: ${{ matrix.url }}
           clean: true
           clean: true
@@ -60,7 +60,7 @@ jobs:
 
 
       - name: Copy Repo Files
       - name: Copy Repo Files
         if: ${{ matrix.src-included == 0 }}
         if: ${{ matrix.src-included == 0 }}
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: ${{ vars.REPO_SELF }}
           repository: ${{ vars.REPO_SELF }}
           clean: true
           clean: true

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

@@ -20,7 +20,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
           fetch-tags: true
           fetch-tags: true

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

@@ -55,7 +55,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout Firmware Files
       - name: Checkout Firmware Files
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: "${{ vars.REPO_UNLEASHED }}"
           repository: "${{ vars.REPO_UNLEASHED }}"
           clean: "true"
           clean: "true"
@@ -64,7 +64,7 @@ jobs:
           fetch-depth: "0"
           fetch-depth: "0"
 
 
       - name: Checkout Repo Files
       - name: Checkout Repo Files
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: "${{ vars.REPO_SELF }}"
           repository: "${{ vars.REPO_SELF }}"
           clean: "true"
           clean: "true"

+ 1 - 1
.github/workflows/version-check.yml

@@ -29,7 +29,7 @@ jobs:
       RELEASE_TYPE: 0
       RELEASE_TYPE: 0
     steps:
     steps:
       - name: Copy Repo Files
       - name: Copy Repo Files
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: "${{ env.REPO_SELF }}"
           repository: "${{ env.REPO_SELF }}"
           clean: "true"
           clean: "true"