Skip to content

Commit 0d5d8cc

Browse files
committed
chore(update-versions): update gitlab actions versions
1 parent da3a68e commit 0d5d8cc

File tree

4 files changed

+1471
-1595
lines changed

4 files changed

+1471
-1595
lines changed

Diff for: .github/workflows/pull_request.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Check Commits
9-
uses: amannn/action-semantic-pull-request@v3.4.0
9+
uses: amannn/action-semantic-pull-request@v5
1010
env:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212

@@ -15,10 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Setup Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22+
cache: "yarn"
2223
node-version: 18
2324
- name: Install dependencies
2425
run: yarn install --frozen-lockfile

Diff for: .github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Setup Node.js
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
25+
cache: "yarn"
2526
node-version: 18
2627
registry-url: "https://registry.npmjs.org"
2728
- name: Install dependencies

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "^11.0.0",
3636
"@commitlint/config-conventional": "^11.0.0",
37-
"@semantic-release/git": "^9.0.0",
37+
"@semantic-release/git": "^10.0.1",
3838
"@tsconfig/node12": "^1.0.7",
3939
"@types/node": "12",
4040
"@types/pino": "^6.0.0",
@@ -124,4 +124,4 @@
124124
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
125125
}
126126
}
127-
}
127+
}

0 commit comments

Comments
 (0)