Skip to content

Commit

Permalink
use action/checkout@v4 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Sep 12, 2023
1 parent 6540993 commit 7b15b58
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: files
name: Get changed files
Expand All @@ -37,7 +37,7 @@ jobs:
working-directory: ./terraform-scripts
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
sparse-checkout: terraform-scripts

Expand Down

0 comments on commit 7b15b58

Please sign in to comment.