diff options
| author | Stefan Weil <sw@weilnetz.de> | 2024-02-28 15:19:12 +0100 |
|---|---|---|
| committer | Stefan Weil <sw@weilnetz.de> | 2024-02-28 15:22:12 +0100 |
| commit | 9e6b7a18102c41406490778fcd4606fde0e002ec (patch) | |
| tree | a0e133686c03a6dd190a6989c77eb0104aa56918 /.github/workflows/code_style.yml | |
| parent | 61309d7f66f6c6d6381c529b84931e9a7531c1b6 (diff) | |
Update GitHub checkout action to latest version
This fixes lots of warnings like this one:
The following actions uses node12 which is deprecated and will be forced to run on node16:
actions/checkout@v2. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to '.github/workflows/code_style.yml')
| -rw-r--r-- | .github/workflows/code_style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index bd09e5e8..4d5db306 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -8,7 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 |
