@@ -33,12 +33,12 @@ The "Patch Release Test" GitHub Action comprises the following steps:
3333
34342 . ** Checkout Patch Branch** :
3535 - Action: Checks out the specified patch branch.
36- - Uses: ` actions/checkout@v3 ` .
36+ - Uses: ` actions/checkout@v6 ` .
3737 - Branch: The branch specified by the ` BRANCH ` environment variable.
3838
39393 . ** Setup Node.js Environment** :
4040 - Action: Sets up Node.js environment for the workflow.
41- - Uses: ` actions/setup-node@v3 ` .
41+ - Uses: ` actions/setup-node@v6 ` .
4242 - Node Version: 18.
4343 - Caches npm packages.
4444
@@ -57,7 +57,7 @@ The "Patch Release Test" GitHub Action comprises the following steps:
5757
58587 . ** Checkout Master Branch** :
5959 - Action: Checks out the ` master ` branch.
60- - Uses: ` actions/checkout@v3 ` .
60+ - Uses: ` actions/checkout@v6 ` .
6161
62628 . ** Update Version on Master** :
6363 - Action: Updates the ` versions.json ` file on the ` master ` branch.
@@ -66,7 +66,7 @@ The "Patch Release Test" GitHub Action comprises the following steps:
6666
67679 . ** Checkout Patch Branch Again** :
6868 - Action: Checks out the specified patch branch.
69- - Uses: ` actions/checkout@v3 ` .
69+ - Uses: ` actions/checkout@v6 ` .
7070 - Branch: The branch specified by the ` BRANCH ` environment variable.
7171
727210 . ** Update Version on Unstable** :
0 commit comments