Skip to content

Commit

Permalink
Land #17161, Bump actions/checkout to version 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Oct 20, 2022
2 parents 1a00bb5 + 3f66499 commit ee800db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Ruby ${{ matrix.ruby }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install libpcap-dev graphviz

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
# Required to checkout HEAD^ and 3a046f01dae340c124dd3895e670983aef5fe0c5 for the msftidy script
# https://github.com/actions/checkout/tree/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f#checkout-head
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Docker Build
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: docker-compose build
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: sudo apt-get install libpcap-dev graphviz

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Ruby
env:
Expand Down

0 comments on commit ee800db

Please sign in to comment.