mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
chore(deps): update github action runners
- Update actions/checkout to 2.3.3 - Update wagoid/commitlint-github-action to 1.8.0 - Update actions/setup-node to 1.4.4 - Update actions/create-release to 1.1.4
This commit is contained in:
parent
04b244518b
commit
4a60488adb
1 changed files with 8 additions and 8 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -26,11 +26,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Lint commit messages
|
- name: Lint commit messages
|
||||||
uses: wagoid/commitlint-github-action@v1.6.0
|
uses: wagoid/commitlint-github-action@v1.8.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
@ -39,9 +39,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.3.3
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v1.4.1
|
uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- name: Install project
|
- name: Install project
|
||||||
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
configurationFile: [example/renovate-config.js, example/renovate.json]
|
configurationFile: [example/renovate-config.js, example/renovate.json]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.3.3
|
||||||
- name: Install project
|
- name: Install project
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
&& github.ref == 'refs/heads/master'
|
&& github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.1.0
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: 'release'
|
ref: 'release'
|
||||||
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git merge -m 'chore(release): merge master (${{ github.sha }})' ${{ github.sha }}
|
git merge -m 'chore(release): merge master (${{ github.sha }})' ${{ github.sha }}
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v1.4.1
|
uses: actions/setup-node@v1.4.4
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- name: Install project
|
- name: Install project
|
||||||
|
|
@ -119,7 +119,7 @@ jobs:
|
||||||
- name: Publish release
|
- name: Publish release
|
||||||
run: git push --follow-tags
|
run: git push --follow-tags
|
||||||
- name: Publish GitHub release
|
- name: Publish GitHub release
|
||||||
uses: actions/create-release@v1.0.1
|
uses: actions/create-release@v1.1.4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue