Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 8857fe7

Browse files
authored
Merge pull request #2 from dockspot/kbs/upgrade-nodejs
Update workflows to node20
2 parents 1f949c4 + ea203eb commit 8857fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Update major version tag
1515
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- if: matrix.os == 'ubuntu-latest'
2929
run: sudo apt-get install at-spi2-core
3030

31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
- name: Build package
3434
run: |

0 commit comments

Comments
 (0)