Skip to content

Commit

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

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
github-actions[bot] authored Mar 17, 2024
2 parents 60fcbde + 7913cef commit f61de25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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].1
uses: actions/[email protected].2

- 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].1
uses: actions/[email protected].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/[email protected].1
uses: actions/[email protected].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/[email protected].1
uses: actions/[email protected].2

- 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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2

- name: Plan AND Apply Only
uses: Pwd9000-ML/[email protected]
Expand Down

0 comments on commit f61de25

Please sign in to comment.