We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce9d21 commit e184700Copy full SHA for e184700
.github/workflows/terraform.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Checkout
51
if: steps.skip-check.outputs.should_skip != 'true'
52
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53
54
- name: Create workspaces list
55
@@ -100,7 +100,7 @@ jobs:
100
101
steps:
102
103
104
105
- name: Setup Terraform
106
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
0 commit comments