]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ci: bump actions/checkout from v3 to v4
authorMarc Poulhiès <dkm@kataplop.net>
Wed, 27 Nov 2024 09:58:11 +0000 (10:58 +0100)
committerPhilip Herron <philip.herron@embecosm.com>
Wed, 27 Nov 2024 15:04:10 +0000 (15:04 +0000)
ChangeLog:

* .github/workflows/Remark.yml: Use v4.
* .github/workflows/bootstrap.yml: Likewise.
* .github/workflows/ccpp.yml: Likewise.
* .github/workflows/ccpp32alpine.yml: Likewise.
* .github/workflows/clang-format.yml: Likewise.
* .github/workflows/commit-format.yml: Likewise.
* .github/workflows/docker.yml: Likewise.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
.github/workflows/Remark.yml
.github/workflows/bootstrap.yml
.github/workflows/ccpp.yml
.github/workflows/ccpp32alpine.yml
.github/workflows/clang-format.yml
.github/workflows/commit-format.yml
.github/workflows/docker.yml

index b3b04f92f18fe6b2756c1185156769fec874ec8f..ac702e8f29bc012ec95dc85155fa8f59f035f8b7 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
     # Setup
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Setup Node.js
       uses: actions/setup-node@v3
index 992915fa959d61523d2394a70b512370445b8dba..f01dc2ad836509ca25fd222fdb8173a2706c8c9f 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
index a6f290d54cee4bd6e7d37eef3fa461946439cc92..1623bc3af4266111e7b6f78661fd1f7ed1144c43 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
@@ -106,7 +106,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
@@ -191,7 +191,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
@@ -274,7 +274,7 @@ jobs:
       # otherwise we hang when installing tzdata
       DEBIAN_FRONTEND: noninteractive
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
@@ -353,7 +353,7 @@ jobs:
     runs-on: macos-13
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
@@ -411,7 +411,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
 
     - name: Install Deps
       run: |
index cae7133766dcb37c40ffac203018328fb4da769b..d4f6e04faac0fc4a4d1166cf9ca868daa65ec1d1 100644 (file)
@@ -22,7 +22,7 @@ jobs:
     runs-on: ubuntu-22.04
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Setup Alpine Linux (32-bit)
       uses: jirutka/setup-alpine@v1
       with:
index 89b1ecb12fac26d3872d7d7350606de0a107b349..7325a5597e635eebdd52f6900dc1900155486e8e 100644 (file)
@@ -15,7 +15,7 @@ jobs:
 
     steps:
     # If updating these steps, please also correspondingly update '../../CONTRIBUTING.md', "Running `clang-format` locally".
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Copy .clang-format file
       run: cp contrib/clang-format .clang-format
     - name: Check clang-format
index 621f98056201104cdcd6dca790e560e1ddc46db5..f669fdb372ee6bda04776ade6ea1ea41e3f6a972 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     name: check-changelogs
     
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
     if: ${{ github.base_ref == 'gcc-patch-dev' }} # master commits don't need the gccrs prefix
     
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
     name: check-commit-signoff
     
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
@@ -115,7 +115,7 @@ jobs:
     name: check-issue-reference
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
index 1fb3e675f555bb03481226c2164ae901b01ce464..306e6a7e7daee3d3ed8728fed32a0b4731d31a3e 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     steps:
       -
         name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       -
         name: Set up QEMU
         uses: docker/setup-qemu-action@v2