diff --git a/.github/workflows/dependency-tests.yml b/.github/workflows/dependency-tests.yml
index 81506fb..42be60b 100644
--- a/.github/workflows/dependency-tests.yml
+++ b/.github/workflows/dependency-tests.yml
@@ -21,7 +21,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
- name: Run Dependency Tests - Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
@@ -51,7 +51,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
with:
ref: ${{ github.event.pull_request.head.ref }}
@@ -74,7 +74,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
with:
token: ${{secrets.GITHUB_TOKEN}}
diff --git a/.github/workflows/manual-test-release.yml b/.github/workflows/manual-test-release.yml
index 59af113..e93e516 100644
--- a/.github/workflows/manual-test-release.yml
+++ b/.github/workflows/manual-test-release.yml
@@ -15,7 +15,7 @@ jobs:
actions: read
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
- name: Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
@@ -44,7 +44,7 @@ jobs:
contents: write
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
with:
ref: ${{ github.event.pull_request.head.ref }}
diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml
index 15bfa4c..806bbfb 100644
--- a/.github/workflows/manual-test.yml
+++ b/.github/workflows/manual-test.yml
@@ -19,7 +19,7 @@ jobs:
actions: read
steps:
- name: Checkout
- uses: actions/checkout@v4.1.3
+ uses: actions/checkout@v4.1.4
- name: Plan AND Apply Only
uses: Pwd9000-ML/terraform-azurerm-tests@v1.0.6
diff --git a/README.md b/README.md
index 978200a..329a21b 100644
--- a/README.md
+++ b/README.md
@@ -88,18 +88,6 @@ This terraform module was developed by **Marcel Lupo** as part of a project to e
## Requirements
-| Name | Version |
-|------|---------|
-| [terraform](#requirement\_terraform) | >= 1.7.0 |
-| [azurerm](#requirement\_azurerm) | ~> 3.101.0 |
-
-## Providers
-
-| Name | Version |
-|------|---------|
-| [azurerm](#provider\_azurerm) | ~> 3.101.0 |
-| [random](#provider\_random) | n/a |
-
## Modules
No modules.