Skip to content

Commit

Permalink
v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Jun 1, 2024
1 parent 082a8bc commit d9df4f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.issue.number }}/merge
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform plan
uses: dflook/terraform-plan@v1
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
name: Create Terraform plan
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform plan
uses: dflook/terraform-plan@v1
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.issue.number }}/merge
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ outputs:

runs:
using: docker
image: docker://danielflook/terraform-github-actions@sha256:88c7c3c49cf8e241aa0742a47dca9e9c754eddcdf58772e274b81210cd7afa19
image: docker://danielflook/terraform-github-actions@sha256:59c93d952e56ba7526e0b69aabbb6feebe77b0f86117f655bef886f331405e58
entrypoint: /entrypoints/plan.sh

branding:
Expand Down

0 comments on commit d9df4f6

Please sign in to comment.