فهرست منبع

chore(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#40)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [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.1...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 سال پیش
والد
کامیت
f4e978593e
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      .github/workflows/docker-image-ci.yml
  2. 1 1
      .github/workflows/docker-image-push.yml
  3. 1 1
      .github/workflows/github-release.yml

+ 2 - 2
.github/workflows/docker-image-ci.yml

@@ -16,7 +16,7 @@ jobs:
   lint:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected].1
+      - uses: actions/[email protected].2
       - name: Lint Dockerfile using hadolint
         uses: burdzwastaken/hadolint-action@master
         env:
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
     needs: lint
     steps:
-    - uses: actions/[email protected].1
+    - uses: actions/[email protected].2
     - name: Build docker image
       run: docker build .
 

+ 1 - 1
.github/workflows/docker-image-push.yml

@@ -8,7 +8,7 @@ jobs:
   docker:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/[email protected].1
+      - uses: actions/[email protected].2
       - name: Docker meta
         id: docker_meta
         uses: docker/[email protected]

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

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/[email protected].1
+        uses: actions/[email protected].2
         with:
           fetch-depth: '0'