Skip to content

Commit

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

chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
2 parents bb9b870 + 80b7cc9 commit 02c35fd
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.2.1
uses: actions/checkout@v4.2.2

- 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.2.1
uses: actions/checkout@v4.2.2
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.2.1
uses: actions/checkout@v4.2.2
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.2.1
uses: actions/checkout@v4.2.2

- 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.2.1
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down

0 comments on commit 02c35fd

Please sign in to comment.