summaryrefslogtreecommitdiff
path: root/.github/workflows/github-release.yml
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 /.github/workflows/github-release.yml
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/
Diffstat (limited to '.github/workflows/github-release.yml')
-rw-r--r--.github/workflows/github-release.yml2
1 files changed, 1 insertions, 1 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