From 0276463cac462e38866b090b6f0dadc3d5ae0033 Mon Sep 17 00:00:00 2001 From: Luca Berneking Date: Wed, 25 Sep 2024 11:49:47 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 684fd17..741a4c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: env: VAULT_DEV_ROOT_TOKEN_ID: "test" steps: - - uses: actions/checkout@2.5.0 + - uses: actions/checkout@v2.5.0 # Setup .npmrc file to publish to npm - uses: actions/setup-node@v1 with: