Browse Source

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

renovate[bot] 1 năm trước cách đây
mục cha
commit
8d6073dbd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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