From 437decdf287edfed1ee4fce5dbe3ab02078c80e9 Mon Sep 17 00:00:00 2001 From: abhinavminhas Date: Sun, 21 Apr 2024 12:11:03 +1000 Subject: [PATCH] Action version updates --- .github/workflows/test-replace-tokens-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-replace-tokens-action.yml b/.github/workflows/test-replace-tokens-action.yml index 20363b8..f529033 100644 --- a/.github/workflows/test-replace-tokens-action.yml +++ b/.github/workflows/test-replace-tokens-action.yml @@ -9,14 +9,14 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set Up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}