Browse Source

Bump actions/checkout from 2.3.2 to 2.3.4 (#19)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 to 2.3.4.
- [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.3.2...v2.3.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 năm trước cách đây
mục cha
commit
77cbfe8cd9

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

@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Check out code into the Go module directory
       - name: Check out code into the Go module directory
-        uses: actions/[email protected].2
+        uses: actions/[email protected].4
 
 
       - name: Build and push Docker images
       - name: Build and push Docker images
         uses: docker/[email protected]
         uses: docker/[email protected]

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

@@ -12,7 +12,7 @@ jobs:
           go-version: 1.14.x
           go-version: 1.14.x
 
 
       - name: Check out code into the Go module directory
       - name: Check out code into the Go module directory
-        uses: actions/[email protected].2
+        uses: actions/[email protected].4
 
 
       - name: Cache go module
       - name: Cache go module
         uses: actions/cache@v2
         uses: actions/cache@v2