File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 app-id : ${{ secrets.InsiderActionsApplication_APP_ID }}
1616 private-key : ${{ secrets.InsiderActionsApplication_PRIVATE_KEY }}
1717 - name : Checkout
18- uses : actions/checkout@v2.3.4
18+ uses : actions/checkout@v4
1919 - name : Set up Python 3.7
2020 uses : actions/setup-python@v2
2121 with :
Original file line number Diff line number Diff line change 1515 app-id : ${{ secrets.InsiderActionsApplication_APP_ID }}
1616 private-key : ${{ secrets.InsiderActionsApplication_PRIVATE_KEY }}
1717 - name : Checkout
18- uses : actions/checkout@v2.3.4
18+ uses : actions/checkout@v4
1919 - name : Terraform Format
2020 uses :
clouddrove/[email protected] 2121 with :
3535 app-id : ${{ secrets.InsiderActionsApplication_APP_ID }}
3636 private-key : ${{ secrets.InsiderActionsApplication_PRIVATE_KEY }}
3737 - name : Checkout
38- uses : actions/checkout@v2.3.4
38+ uses : actions/checkout@v4
3939 - name : Configure AWS Credentials
4040 uses : clouddrove/configure-aws-credentials@v1
4141 with :
6868 app-id : ${{ secrets.InsiderActionsApplication_APP_ID }}
6969 private-key : ${{ secrets.InsiderActionsApplication_PRIVATE_KEY }}
7070 - name : Checkout
71- uses : actions/checkout@v2.3.4
71+ uses : actions/checkout@v4
7272 - name : Configure AWS Credentials
7373 uses : clouddrove/configure-aws-credentials@v1
7474 with :
@@ -100,7 +100,7 @@ jobs:
100100 app-id : ${{ secrets.InsiderActionsApplication_APP_ID }}
101101 private-key : ${{ secrets.InsiderActionsApplication_PRIVATE_KEY }}
102102 - name : Checkout
103- uses : actions/checkout@v2.3.4
103+ uses : actions/checkout@v4
104104 - name : Install Tflint
105105 run : |
106106 curl https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
You can’t perform that action at this time.
0 commit comments