Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
bump actions to checkout3 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson authored May 17, 2023
1 parent 356421f commit 998addf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: prep applications
run: |
./app-setup-eks.sh
Expand Down

0 comments on commit 998addf

Please sign in to comment.