mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Update the actions used by the lint workflow
Some checks are pending
Some checks are pending
This commit is contained in:
parent
e4f4030a5e
commit
6fdcd68172
1 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
cppcheck:
|
cppcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
# cache only works for items in workspace, so configure apt to allow for caching.
|
# cache only works for items in workspace, so configure apt to allow for caching.
|
||||||
- name: Setup apt cache locations
|
- name: Setup apt cache locations
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache apt pkg db and and deb files
|
- name: Cache apt pkg db and and deb files
|
||||||
id: apt-cache
|
id: apt-cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v6
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
apt-cache
|
apt-cache
|
||||||
|
|
@ -49,11 +49,11 @@ jobs:
|
||||||
copyright:
|
copyright:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
|
|
@ -66,10 +66,10 @@ jobs:
|
||||||
jenkinsfiles:
|
jenkinsfiles:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue