Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
1 parent 01ab892 commit 512f3b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
github-server-url: https://github.e.it.census.gov

Expand All @@ -42,7 +42,6 @@ jobs:

- name: Terraform Format
id: fmt
uses: actions/checkout@v4
run: |
terraform fmt
if ! git diff-index --quiet HEAD; then
Expand Down

0 comments on commit 512f3b2

Please sign in to comment.