Skip to content

Commit

Permalink
Merge pull request #72 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 Sep 15, 2022
2 parents 547fd0f + 3f1e674 commit c71f879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,26 @@ 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 }}
ref: Latest_ACE7TAO3_Micro
- name: checkout MPC
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
ref: Latest_ACE7TAO3_Micro
- 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 }}
Expand Down

0 comments on commit c71f879

Please sign in to comment.