Skip to content

Commit 3ba9dc9

Browse files
committed
Update actions to Node.js 24 compatible versions
1 parent 8cc12aa commit 3ba9dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-24.04
1515
runs-on: ${{ matrix.target }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Install devscripts
2020
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- ubuntu-24.04
1919
runs-on: ${{ matrix.target }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Install devscripts
2424
run: |

0 commit comments

Comments
 (0)