Skip to content

Commit

Permalink
Merge pull request #50 from isovalent/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
darox authored Jan 15, 2025
2 parents 61e2329 + 18768dd commit 0c44536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: terraform fmt
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
Expand Down

0 comments on commit 0c44536

Please sign in to comment.