From de8929b621e9da5b27d48be81c3ec564fc5a4e35 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Mon, 17 Oct 2022 11:26:04 +0000 Subject: [PATCH] v1.28.1 --- .github | 2 ++ README.md | 6 +++--- action.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .github diff --git a/.github b/.github new file mode 100644 index 0000000..24411b1 --- /dev/null +++ b/.github @@ -0,0 +1,2 @@ +github: + - dflook diff --git a/README.md b/README.md index a1a8310..17d377c 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: terraform plan uses: dflook/terraform-plan@v1 @@ -411,7 +411,7 @@ jobs: name: Create terraform plan steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: terraform plan uses: dflook/terraform-plan@v1 @@ -446,7 +446,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: refs/pull/${{ github.event.issue.number }}/merge diff --git a/action.yaml b/action.yaml index e52e4e4..af4b7ec 100644 --- a/action.yaml +++ b/action.yaml @@ -68,7 +68,7 @@ outputs: runs: using: docker - image: docker://danielflook/terraform-github-actions@sha256:ab393e4ac758789ce8db30585be56078b3dde51cfcc18266e587b69e9cbb9026 + image: docker://danielflook/terraform-github-actions@sha256:456bfa30fe140388801051677636a73e40368f1b43e13a082eb89e58357db54c entrypoint: /entrypoints/plan.sh branding: