Skip to content

Commit

Permalink
Update checkout github action version
Browse files Browse the repository at this point in the history
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Apr 15, 2022
1 parent fb8386c commit 6beb227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-unreleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: ${{ matrix.java }}

- name: Checkout OpenSearch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: opensearch-project/opensearch
ref: ${{ env.OPENSEARCH_VERSION }}
Expand All @@ -48,7 +48,7 @@ jobs:
go-version: 1.16.2

- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run Integration Tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run Docker Image
env:
Expand Down

0 comments on commit 6beb227

Please sign in to comment.