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 7971a23 commit dcda97d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,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 @@ -476,7 +476,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform apply
uses: dflook/terraform-apply@v1
Expand All @@ -503,7 +503,7 @@ jobs:
name: Apply Terraform
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform apply
uses: dflook/terraform-apply@v1
Expand All @@ -530,7 +530,7 @@ jobs:
name: Rotate certs
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform apply
uses: dflook/terraform-apply@v1
Expand Down Expand Up @@ -563,7 +563,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 @@ -595,7 +595,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: terraform apply
uses: dflook/terraform-apply@v1
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ outputs:

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

branding:
Expand Down

0 comments on commit dcda97d

Please sign in to comment.