Skip to content

Commit

Permalink
[chore] bump checkout to v3 (open-telemetry#17073)
Browse files Browse the repository at this point in the history
This is to address nodejs v12 deprecation notices.

Signed-off-by: Alex Boten <[email protected]>

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Dec 16, 2022
1 parent 8b51548 commit d1108c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
needs: [setup-environment]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check Collector Module Version
run: ./.github/workflows/scripts/check-collector-module-version.sh
check-codeowners:
runs-on: ubuntu-latest
needs: [setup-environment]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Check Code Owner Existence
run: ./.github/workflows/scripts/check-codeowners.sh check_code_owner_existence
- name: Check Component Existence
Expand Down

0 comments on commit d1108c5

Please sign in to comment.