فهرست منبع

chore(deps): update actions/checkout action to v3

renovate[bot] 1 سال پیش
والد
کامیت
8d6073dbd9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/browserstack.yml

+ 1 - 1
.github/workflows/browserstack.yml

@@ -21,7 +21,7 @@ jobs:
       # The next 3 steps are for building the web application to be tested and starting the web server on the runner environment
 
       - name: "Checkout the repository"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: "Building web application to be tested"
         run: npm install && npm run build