Skip to content

Commit

Permalink
Merge pull request #70 from RemedyIT/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
jwillemsen authored Mar 7, 2022
2 parents ca89a34 + 387de0a commit d6cfa63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzzr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: checkout axcioma
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,39 +72,39 @@ jobs:
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: checkout ACE_TAO
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
- name: checkout MPC
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
- name: checkout ridl
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: RemedyIT/ridl
path: ${{ env.RIDL_ROOT }}
- name: checkout taox11
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: RemedyIT/taox11
path: ${{ env.TAOX11_ROOT }}
- name: checkout axcioma
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
- name: checkout ciaox11
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: RemedyIT/ciaox11
path: ${{ env.CIAOX11_ROOT }}
- name: checkout OpenDDS
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: objectcomputing/OpenDDS
path: ${{ env.DDS_ROOT }}
Expand Down

0 comments on commit d6cfa63

Please sign in to comment.