Skip to content

Commit 1481e36

Browse files
authored
Merge pull request #8 from silicon-heaven/dependabot/github_actions/github-actions-deps-54cc7dd991
Bump the github-actions-deps group across 1 directory with 2 updates
2 parents a60ed31 + ecfb278 commit 1481e36

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Type check
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Install tsc
2121
run: npm install
2222
- name: Run tsc
@@ -26,7 +26,7 @@ jobs:
2626
name: xo
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Install tsc
3131
run: npm install
3232
- name: Run linters

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: Publish new version
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: Setup node
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: '22.x'
1919
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)