Skip to content

Commit f4ea6b4

Browse files
authored
Merge pull request #160 from RemedyIT/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 302bcd8 + c7990be commit f4ea6b4

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/ciaox11.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,45 @@ jobs:
7575
- if: contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
7676
run: |
7777
echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
- name: checkout ACE_TAO
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
with:
8282
repository: DOCGroup/ACE_TAO
8383
path: ${{ env.DOC_ROOT }}
8484
ref: ${{ env.ACETAOMPC_BRANCH }}
8585
- name: checkout MPC
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
with:
8888
repository: DOCGroup/MPC
8989
path: ${{ env.MPC_ROOT }}
9090
ref: ${{ env.ACETAOMPC_BRANCH }}
9191
- name: checkout ciaox11
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393
with:
9494
repository: RemedyIT/ciaox11
9595
path: ${{ env.CIAOX11_ROOT }}
9696
ref: ${{ env.X11_BRANCH }}
9797
- name: checkout taox11
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v5
9999
with:
100100
repository: RemedyIT/taox11
101101
path: ${{ env.TAOX11_ROOT }}
102102
ref: ${{ env.X11_BRANCH }}
103103
- name: checkout axcioma
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
with:
106106
repository: RemedyIT/axcioma
107107
path: ${{ env.X11_BASE_ROOT }}
108108
ref: ${{ env.X11_BRANCH }}
109109
- name: checkout dancex11
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v5
111111
with:
112112
repository: RemedyIT/dancex11
113113
path: ${{ env.DANCEX11_ROOT }}
114114
ref: ${{ env.X11_BRANCH }}
115115
- name: checkout OpenDDS
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117
with:
118118
repository: OpenDDS/OpenDDS
119119
path: ${{ env.DDS_ROOT }}

.github/workflows/gem_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '2.7'

.github/workflows/r2corba.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ jobs:
7070
with:
7171
ruby-version: ${{ matrix.ruby }}
7272
- name: checkout ridl
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- name: checkout ACE_TAO
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676
with:
7777
repository: DOCGroup/ACE_TAO
7878
path: ${{ env.DOC_ROOT }}
7979
ref: Latest_ACE8TAO4_Micro
8080
- name: checkout MPC
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
repository: DOCGroup/MPC
8484
path: ${{ env.MPC_ROOT }}
8585
ref: Latest_ACE8TAO4_Micro
8686
- name: checkout r2corba
87-
uses: actions/checkout@v4
87+
uses: actions/checkout@v5
8888
with:
8989
repository: RemedyIT/r2corba
9090
path: ${{ env.R2CORBA_ROOT }}
@@ -144,9 +144,9 @@ jobs:
144144
architecture: 'x64'
145145
distribution: 'zulu'
146146
- name: checkout ridl
147-
uses: actions/checkout@v4
147+
uses: actions/checkout@v5
148148
- name: checkout r2corba
149-
uses: actions/checkout@v4
149+
uses: actions/checkout@v5
150150
with:
151151
repository: RemedyIT/r2corba
152152
path: ${{ env.R2CORBA_ROOT }}

.github/workflows/taox11.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,27 @@ jobs:
8181
- if: contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
8282
run: |
8383
echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
- name: checkout ACE_TAO
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
with:
8888
repository: DOCGroup/ACE_TAO
8989
path: ${{ env.DOC_ROOT }}
9090
ref: ${{ env.ACETAOMPC_BRANCH }}
9191
- name: checkout MPC
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393
with:
9494
repository: DOCGroup/MPC
9595
path: ${{ env.MPC_ROOT }}
9696
ref: ${{ env.ACETAOMPC_BRANCH }}
9797
- name: checkout taox11
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v5
9999
with:
100100
repository: RemedyIT/taox11
101101
path: ${{ env.TAOX11_ROOT }}
102102
ref: ${{ env.X11_BRANCH }}
103103
- name: checkout axcioma
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
with:
106106
repository: RemedyIT/axcioma
107107
path: ${{ env.X11_BASE_ROOT }}
@@ -156,27 +156,27 @@ jobs:
156156
- if: contains(fromJson('["pull_request", "pull_request_target"]'), github.event_name) == false && github.repository_owner == 'RemedyIT'
157157
run: |
158158
echo "X11_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
159-
- uses: actions/checkout@v4
159+
- uses: actions/checkout@v5
160160
- name: checkout ACE_TAO
161-
uses: actions/checkout@v4
161+
uses: actions/checkout@v5
162162
with:
163163
repository: DOCGroup/ACE_TAO
164164
path: ${{ env.DOC_ROOT }}
165165
ref: ${{ env.ACETAOMPC_BRANCH }}
166166
- name: checkout MPC
167-
uses: actions/checkout@v4
167+
uses: actions/checkout@v5
168168
with:
169169
repository: DOCGroup/MPC
170170
path: ${{ env.MPC_ROOT }}
171171
ref: ${{ env.ACETAOMPC_BRANCH }}
172172
- name: checkout taox11
173-
uses: actions/checkout@v4
173+
uses: actions/checkout@v5
174174
with:
175175
repository: RemedyIT/taox11
176176
path: ${{ env.TAOX11_ROOT }}
177177
ref: ${{ env.X11_BRANCH }}
178178
- name: checkout axcioma
179-
uses: actions/checkout@v4
179+
uses: actions/checkout@v5
180180
with:
181181
repository: RemedyIT/axcioma
182182
path: ${{ env.X11_BASE_ROOT }}

0 commit comments

Comments
 (0)