File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - name : Use Node.js
2323 uses : actions/setup-node@v6
5757 PGPASSWORD : postgres
5858 PGDATABASE : postgres
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 with :
6262 fetch-depth : 0
6363
@@ -122,10 +122,10 @@ jobs:
122122 app-id : ${{ secrets.HIROSYSTEMS_RELEASE_BOT_ID }}
123123 private-key : ${{ secrets.HIROSYSTEMS_RELEASE_BOT_PEM }}
124124
125- - uses : actions/checkout@v5
125+ - uses : actions/checkout@v6
126126 with :
127127 fetch-depth : 0
128- persist-credentials : false
128+
129129 - name : Get bot user ID
130130 id : bot-user-id
131131 run : |
@@ -144,7 +144,7 @@ jobs:
144144 run : npm run build
145145
146146 - name : Semantic Release
147- uses : cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5
147+ uses : cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6
148148 # Only run on non-PR events or only PRs that aren't from forks
149149 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
150150 env :
You can’t perform that action at this time.
0 commit comments