mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-22 06:18:27 +02:00
ci: upgrade github actions
Signed-off-by: Andrea Lamparelli <a.lamparelli95@gmail.com>
This commit is contained in:
parent
e2d73d050c
commit
7f19fac276
8 changed files with 1052 additions and 1980 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
|||
name: Release package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Git config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue