Sfoglia il codice sorgente

Bump actions/checkout from 2 to 3 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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...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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 anni fa
parent
commit
82eb67b462
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      .github/workflows/release.yml
  2. 2 2
      .github/workflows/test.yml

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

@@ -23,7 +23,7 @@ jobs:
   goreleaser:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           # Allow goreleaser to access older tag information.
           fetch-depth: 0

+ 2 - 2
.github/workflows/test.yml

@@ -31,7 +31,7 @@ jobs:
       - uses: actions/setup-go@v2
         with:
           go-version: ${{ env.GO_VERSION }}
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: go mod download
       - run: go build -v .
 
@@ -56,7 +56,7 @@ jobs:
         with:
           terraform_version: ${{ matrix.terraform }}
           terraform_wrapper: false
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: go mod download
       - env:
           TF_ACC: "1"