diff --git a/.github/workflows/deploy-develop.yml b/.github/workflows/deploy-develop.yml index fdbba9d..3322edd 100644 --- a/.github/workflows/deploy-develop.yml +++ b/.github/workflows/deploy-develop.yml @@ -40,10 +40,10 @@ jobs: REQUIRED_PACKAGES: const pricing steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Yarn - Restore cache - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '**/node_modules' key: node_modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/deploy-manual.yml b/.github/workflows/deploy-manual.yml index 281e98e..4eac58b 100644 --- a/.github/workflows/deploy-manual.yml +++ b/.github/workflows/deploy-manual.yml @@ -43,10 +43,10 @@ jobs: REQUIRED_PACKAGES: const pricing steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Yarn - Restore cache - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '**/node_modules' key: node_modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/deploy-master.yml b/.github/workflows/deploy-master.yml index 33ff462..beb31ee 100644 --- a/.github/workflows/deploy-master.yml +++ b/.github/workflows/deploy-master.yml @@ -45,10 +45,10 @@ jobs: REQUIRED_PACKAGES: const pricing steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Yarn - Restore cache - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '**/node_modules' key: node_modules-${{ hashFiles('**/yarn.lock') }}