aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-11-14 13:03:40 +0100
committerDan Engelbrecht <[email protected]>2022-11-14 13:03:40 +0100
commit5ba622ada24949676970afb4e54fc89a572348b3 (patch)
tree0647015a40efdbb6436ded2bf1d21e37d7da6d2a /.github/workflows/validate.yml
parentConfigure OpenID providers from cmd line and Lua cfg. (#189) (diff)
downloadzen-5ba622ada24949676970afb4e54fc89a572348b3.tar.xz
zen-5ba622ada24949676970afb4e54fc89a572348b3.zip
update github actions versions to avoid node js warnings
Diffstat (limited to '.github/workflows/validate.yml')
-rw-r--r--.github/workflows/validate.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index d7b78caac..5d4f4617b 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -32,10 +32,10 @@ jobs:
runs-on: [self-hosted, linux, x64]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/[email protected]
- name: clang-format
- uses: jidicula/[email protected]
+ uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: '.'
@@ -58,7 +58,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/[email protected]
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
@@ -124,7 +124,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/[email protected]
- name: Set up GCC 11
uses: egor-tensin/setup-gcc@v1
@@ -195,7 +195,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/[email protected]
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1