Skip to content

Commit

Permalink
updated checkout action for tests
Browse files Browse the repository at this point in the history
removed node 12 deprecation warning
  • Loading branch information
unfor19 committed Nov 23, 2022
1 parent 690d1b2 commit 3a08945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Dispatch Test Action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Workflow Dispatch Status
uses: unfor19/hero-action@master
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
WORKDIR: "/tmp/unfor19-awscli"
name: Test ${{ matrix.TEST_NAME }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test On Runner
env:
AWS_CLI_VERSION: "${{ matrix.AWS_CLI_VERSION}}"
Expand All @@ -68,7 +68,7 @@ jobs:
- TEST_NAME: "No Input"
name: Test amd64 ${{ matrix.TEST_NAME }} ${{ matrix.AWS_CLI_VERSION}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test On Runner
env:
AWS_CLI_VERSION: "${{ matrix.AWS_CLI_VERSION}}"
Expand All @@ -88,7 +88,7 @@ jobs:
AWS_CLI_VERSION: "2.0.30"
name: Test arm64 ${{ matrix.TEST_NAME }} ${{ matrix.AWS_CLI_VERSION}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 3a08945

Please sign in to comment.