Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 3, 2022
1 parent 8d48a58 commit 55ccf46
Show file tree
Hide file tree
Showing 7 changed files with 1,040 additions and 1,040 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: lint-codebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Full git history is needed to get a proper list of changed files within `super-linter`
- uses: github/super-linter/slim@v4 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-build-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: check tooling versions
run: |
terraform -version
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- shell: bash
name: validate and lint terraform
run: |
Expand Down
710 changes: 355 additions & 355 deletions _manifest/manifest.json

Large diffs are not rendered by default.

Binary file modified _manifest/manifest.json.sha256
Binary file not shown.
Loading

0 comments on commit 55ccf46

Please sign in to comment.