Skip to content

Commit

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

chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
2 parents 9afe590 + 37512b2 commit 9a0fd23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Run Dependency Tests - Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0
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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Plan AND Apply AND Destroy
uses: Pwd9000-ML/terraform-azurerm-tests@v1.1.0
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down

0 comments on commit 9a0fd23

Please sign in to comment.