Skip to content

Commit 1ae173f

Browse files
Copilotjens-maus
andcommitted
ci: update checkout and setup-node actions to latest majors
Co-authored-by: jens-maus <5887769+jens-maus@users.noreply.github.com> Agent-Logs-Url: https://github.com/OpenCCU/ReGaHss-Test/sessions/f864d220-1e12-48f8-9f0e-7cfe4ca397a9
1 parent 91f24b5 commit 1ae173f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
arch: [X86_32_GCC8, x86_64-linux-gnu]
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: install dependencies
2828
run: |
@@ -37,7 +37,7 @@ jobs:
3737
sudo timedatectl set-timezone Europe/Berlin
3838
date
3939
40-
- uses: actions/setup-node@v4
40+
- uses: actions/setup-node@v6
4141
with:
4242
node-version: '12.x'
4343

0 commit comments

Comments
 (0)