Skip to content

Commit

Permalink
Merge pull request #56 from Pwd9000-ML/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.4

Bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
Pwd9000-ML authored May 2, 2024
2 parents ec59701 + bf36d8f commit 4a9f658
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Run Dependency Tests - Plan AND Apply AND Destroy
uses: Pwd9000-ML/[email protected]
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand All @@ -74,7 +74,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
token: ${{secrets.GITHUB_TOKEN}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: read
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Plan AND Apply AND Destroy
uses: Pwd9000-ML/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
actions: read
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Plan AND Apply Only
uses: Pwd9000-ML/[email protected]
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ This terraform module was developed by **Marcel Lupo** as part of a project to e
<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.7.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.101.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.101.0 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |

## Modules

No modules.
Expand Down

0 comments on commit 4a9f658

Please sign in to comment.