Bump actions/checkout from 3.0.0 to 3.0.1 (#491)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 19 Apr 2022 04:04:33 +0000 (09:34 +0530)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 04:04:33 +0000 (09:34 +0530)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [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/v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-pull-request.yml
.github/workflows/docker-pr.yml
.github/workflows/netlify-dev.yml
.github/workflows/prod-deploy.yml

index d67ee15ddaf39a4c152024f0da916fc6d61001f9..b2bf558df0755f84dbcb744dc9bc08db0d3f357a 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       PR_NUMBER: ${{github.event.number}}
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3.0.0
+        uses: actions/checkout@v3.0.1
       - name: Build app
         run: npm ci && npm run build
       - name: Upload artifact
index 29f41cc10158d53eff556feaa537c35db922a40f..f2b4e955f52430d2b4178a499c1eb943818d3d33 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       PR_NUMBER: ${{github.event.number}}
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3.0.0
+        uses: actions/checkout@v3.0.1
       - name: Build Docker image
         uses: docker/build-push-action@v2.10.0
         with:
index 5a71fcddeb733c696508667372f42dd4dccbbb63..1445e815c5ebceaad303db42c4acabd74836879e 100644 (file)
@@ -12,7 +12,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3.0.0
+        uses: actions/checkout@v3.0.1
       - name: Build and deploy to Netlify
         uses: jsmrcaga/action-netlify-deploy@v1.7.2
         with:
index b25ceb3d154ba93f5dacc56c5deb740c25fb1ec7..eee20115786fb6e949a9768b06ba5f521a8cdd71 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3.0.0
+        uses: actions/checkout@v3.0.1
       - name: Build and deploy to Netlify
         uses: jsmrcaga/action-netlify-deploy@v1.7.2
         with:
@@ -36,7 +36,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3.0.0
+        uses: actions/checkout@v3.0.1
       - name: Login to Docker Hub
         uses: docker/login-action@v1.14.1
         with: