Skip to content

Commit

Permalink
Merge pull request #40 from hashicorp/update-actions-checkout
Browse files Browse the repository at this point in the history
update actions/checkout with TSCCR from node16->20
  • Loading branch information
alvin-huang committed Apr 1, 2024
2 parents e2c49d6 + db1f7cf commit 5856b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:

steps:
- if: inputs.checkout == 'true'
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Check if Version File Exists
shell: bash
env:
Expand Down

0 comments on commit 5856b3a

Please sign in to comment.