Skip to content

Commit

Permalink
Merge pull request #410 from RemedyIT/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jwillemsen authored Sep 4, 2023
2 parents ad11d66 + 4a62063 commit bc214d7
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 @@ -36,12 +36,12 @@ jobs:
- if: contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
run: |
echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: checkout axcioma
uses: actions/checkout@v3
uses: actions/checkout@v4
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 @@ -95,45 +95,45 @@ jobs:
- if: contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
run: |
echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: checkout ACE_TAO
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
ref: ${{ env.ACETAOMPC_BRANCH }}
- name: checkout MPC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
ref: ${{ env.ACETAOMPC_BRANCH }}
- name: checkout ridl
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RemedyIT/ridl
path: ${{ env.RIDL_ROOT }}
ref: ${{ env.X11_BRANCH }}
- name: checkout taox11
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RemedyIT/taox11
path: ${{ env.TAOX11_ROOT }}
ref: ${{ env.X11_BRANCH }}
- name: checkout axcioma
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
ref: ${{ env.X11_BRANCH }}
- name: checkout dancex11
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RemedyIT/dancex11
path: ${{ env.DANCEX11_ROOT }}
ref: ${{ env.X11_BRANCH }}
- name: checkout OpenDDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenDDS/OpenDDS
path: ${{ env.DDS_ROOT }}
Expand Down

0 comments on commit bc214d7

Please sign in to comment.