Skip to content

Commit 373d96b

Browse files
authored
chore(actions): update the version for actions
* chore(actions): update the actions version * chore(actions): incorrect cache action version
1 parent efb8dbf commit 373d96b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: New Release
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66

77
jobs:
88
release:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: New Release
14-
uses: cycjimmy/semantic-release-action@v4
14+
uses: cycjimmy/semantic-release-action@v6
1515
id: release # Need an `id` for output variables
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
tests:
11-
1211
runs-on: ubuntu-latest
1312
strategy:
1413
fail-fast: true
@@ -19,7 +18,7 @@ jobs:
1918

2019
steps:
2120
- name: Checkout code
22-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2322

2423
- name: Cache dependencies
2524
uses: actions/cache@v4

0 commit comments

Comments
 (0)