summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-12-07 09:41:11 +1000
committerRan Benita <ran@unusedvar.com>2022-12-14 18:22:55 +0200
commita005d06c1d356aec22b7a6d01599fc087f8078ea (patch)
tree711eec0dbc9de61122a04f30a74fab4fc72637bb
parent2530f6444bfad2bf67ee926e57df8987afeebf4a (diff)
downloadxorg-lib-libxkbcommon-a005d06c1d356aec22b7a6d01599fc087f8078ea.tar.gz
CI: bump a few actions to newer versions
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/
-rw-r--r--.github/workflows/github-release.yml2
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml4
-rw-r--r--.github/workflows/windows.yml4
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml
index 2c0f72a..2d6e496 100644
--- a/.github/workflows/github-release.yml
+++ b/.github/workflows/github-release.yml
@@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 6e6b650..6085b4f 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 077c8ed..4754b93 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e7a2856..d68af18 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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