diff options
| author | Dan Engelbrecht <[email protected]> | 2022-11-14 13:05:53 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-11-14 13:05:53 +0100 |
| commit | 1732360f1e06aa7f7d852a2a9c6a10cf30b47e81 (patch) | |
| tree | f0dd3d5714baac4102b483a4d733dc367b77e8ec /.github/workflows/validate.yml | |
| parent | update github actions versions to avoid node js warnings (diff) | |
| download | zen-1732360f1e06aa7f7d852a2a9c6a10cf30b47e81.tar.xz zen-1732360f1e06aa7f7d852a2a9c6a10cf30b47e81.zip | |
actions/[email protected] -> actions/checkout@v3
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5d4f4617b..a12878e87 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -32,7 +32,7 @@ jobs: runs-on: [self-hosted, linux, x64] steps: - - uses: actions/[email protected] + - uses: actions/checkout@v3 - name: clang-format uses: jidicula/[email protected] @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/[email protected] + uses: actions/checkout@v3 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout - uses: actions/[email protected] + uses: actions/checkout@v3 - name: Set up GCC 11 uses: egor-tensin/setup-gcc@v1 @@ -195,7 +195,7 @@ jobs: steps: - name: Checkout - uses: actions/[email protected] + uses: actions/checkout@v3 - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 |