Bump actions/checkout from 2.4.0 to 3.0.0 (#363)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 8 Mar 2022 11:12:31 +0000 (16:42 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 11:12:31 +0000 (16:42 +0530)
* Bump actions/checkout from 2.4.0 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Use exact version

* Use exact version

* Use exact version

* Use exact version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
.github/workflows/build-pull-request.yml
.github/workflows/docker.yaml
.github/workflows/netlify-dev.yaml
.github/workflows/netlify-prod.yaml

index 7540cd6ff2aafd193fdb2d58c8e56f49b2e1235f..4b020424a9870de4063996120f5034866a3f043c 100644 (file)
@@ -10,7 +10,7 @@ jobs:
         env:
           PR_NUMBER: ${{github.event.number}}
         steps:
-            - uses: actions/checkout@v2.4.0
+            - uses: actions/checkout@v3.0.0
             - name: Build
               run: npm ci && npm run build
             - name: Upload Artifact
index 4efd8e93b07dfa9333b7b5db31d62031b4088ef3..5e22ec1400104ef752d7527610eb28e217ae09fd 100644 (file)
@@ -11,7 +11,7 @@ jobs:
 
     steps:
       - name: Check out the repo
-        uses: actions/checkout@v2.4.0
+        uses: actions/checkout@v3.0.0
 
       - name: Log in to Docker Hub
         uses: docker/login-action@v1.14.1
@@ -31,4 +31,4 @@ jobs:
           context: .
           push: true
           tags: ${{ steps.meta.outputs.tags }}
-          labels: ${{ steps.meta.outputs.labels }}
\ No newline at end of file
+          labels: ${{ steps.meta.outputs.labels }}
index d961102dea4a91a117a2ef3a91115496f40db355..aa9dd410f4b5b247ed03e55d6fe61111fb2103a0 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2.4.0
+      - uses: actions/checkout@v3.0.0
       - uses: jsmrcaga/action-netlify-deploy@v1.7.2
         with:
           install_command: "npm ci"
@@ -19,4 +19,4 @@ jobs:
           NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE2_ID }}
           BUILD_DIRECTORY: "dist"
           NETLIFY_DEPLOY_MESSAGE: "Dev deploy v${{ github.ref }}"
-          NETLIFY_DEPLOY_TO_PROD: true
\ No newline at end of file
+          NETLIFY_DEPLOY_TO_PROD: true
index 150f172951f77576ae5d88b312e8a2b4c084cae9..2af6187404a23479ffc9030f5e5e76b242593e9b 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2.4.0
+      - uses: actions/checkout@v3.0.0
       - uses: jsmrcaga/action-netlify-deploy@v1.7.2
         with:
           install_command: "npm ci"
@@ -18,4 +18,4 @@ jobs:
           NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
           BUILD_DIRECTORY: "dist"
           NETLIFY_DEPLOY_MESSAGE: "Prod deploy v${{ github.ref }}"
-          NETLIFY_DEPLOY_TO_PROD: true
\ No newline at end of file
+          NETLIFY_DEPLOY_TO_PROD: true