소스 검색

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