Skip to content

Commit 80dbc4a

Browse files
author
Jan Pazdziora
committed
Addressing Node.js 20 actions are deprecated.
Warning on the run page continued with The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. [...] For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
1 parent cfcc849 commit 80dbc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- 5.2
2020
- "6.0"
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- run: make build DJANGO_VERSION=${{ matrix.django_version }}
2424
- run: sudo apt update && sudo apt install -y libwww-mechanize-perl libhttp-cookiejar-perl
2525
- run: echo '127.0.0.5 www keycloak' | sudo tee -a /etc/hosts

0 commit comments

Comments
 (0)