Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#786)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
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>
  • Loading branch information
dependabot[bot] committed Sep 5, 2023
1 parent ca5170f commit 4dd9105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v3
- uses: actions/checkout@v4
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@v5 # 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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
- shell: bash
name: validate and lint terraform
run: |
Expand Down

0 comments on commit 4dd9105

Please sign in to comment.