Skip to content

Commit 5397210

Browse files
author
EC2 Default User
committed
Update checkout action version to v4
1 parent 138a3b6 commit 5397210

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:

.github/workflows/terraform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:
@@ -35,7 +35,7 @@ jobs:
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:
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)