Skip to content

Commit

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

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
github-actions[bot] committed May 6, 2024
2 parents aa9dac0 + dec1920 commit 6210aa6
Showing 1 changed file with 3 additions and 3 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.4
uses: actions/checkout@v4.1.5

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

Expand Down

0 comments on commit 6210aa6

Please sign in to comment.