Skip to content

Commit 3b9b1e2

Browse files
authored
Merge pull request #54 from hirosystems/devops-2230-2
Upgrade checkout and semantic-release actions
2 parents 0b084c2 + d65b8bc commit 3b9b1e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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:

0 commit comments

Comments
 (0)