Skip to content

Commit af3c92a

Browse files
committed
ci: Update workflow versions
1 parent ce8d07c commit af3c92a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Run Markdown link check
19-
uses: gaurav-nelson/github-action-markdown-link-check@v1
19+
uses: tcort/github-action-markdown-link-check@v1
2020
with:
2121
config-file: '.github/linters/mlc_config.json'
2222
use-quiet-mode: 'yes'

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: amannn/action-semantic-pull-request@v5.5.3
26+
- uses: amannn/action-semantic-pull-request@v5
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
# Node.js setup is needed to run Semantic Release
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: 'npm'
3333

3434
# Required for short-lived token provided to Semantic Release
3535
- name: "Obtain Github App token"
3636
id: app-token
37-
uses: getsentry/action-github-app-token@v3.0.0
37+
uses: getsentry/action-github-app-token@v3
3838
with:
3939
app_id: ${{ secrets.BOT_APP_ID }}
4040
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)