ci: unpin actions

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2025-04-20 19:49:12 +02:00 committed by Mr. DrogDrog
parent 15f6e12bee
commit 5d16557616
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4.2.2 # v4.2.2
- name: Set up NodeJS
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@v4.4.0 # v4.1.0
with:
node-version: ${{ env.NODEJS_VERSION }}