CI: bump a few actions to newer versions
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 6 Dec 2022 23:41:11 +0000 (09:41 +1000)
committerRan Benita <ran@unusedvar.com>
Wed, 14 Dec 2022 16:22:55 +0000 (18:22 +0200)
Node 12 is deprecated so let's bump the actions to newer versions that
use Node 16. See
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

.github/workflows/github-release.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index 2c0f72a..2d6e496 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     permissions:
       contents: write
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 0
           persist-credentials: false
index 6e6b650..6085b4f 100644 (file)
@@ -14,10 +14,10 @@ jobs:
       matrix:
         compiler: [clang, gcc]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: '3.9'
       - name: Install dependencies
index 077c8ed..4754b93 100644 (file)
@@ -15,10 +15,10 @@ jobs:
     permissions:
       contents: read
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: '3.9'
       - name: Install dependencies
index e7a2856..d68af18 100644 (file)
@@ -15,10 +15,10 @@ jobs:
     permissions:
       contents: read
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           persist-credentials: false
-      - uses: actions/setup-python@v2
+      - uses: actions/setup-python@v4
         with:
           python-version: '3.9'
       - name: Install dependencies