Skip to content

Commit 8b0e9ba

Browse files
Merge pull request #353 from yuravk/main
chore(ci): follow ec2-action-builder rename NextChapterSoftware -> unblocked, bump to v1.12
2 parents a79d9d0 + dd18f67 commit 8b0e9ba

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/azure-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- name: Setup and start runner
134134
if: github.repository_owner != 'AlmaLinux'
135-
uses: NextChapterSoftware/ec2-action-builder@v1.10
135+
uses: unblocked/ec2-action-builder@v1.12
136136
with:
137137
github_token: ${{ secrets.GIT_HUB_TOKEN }}
138138
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/gcp-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- name: Setup and start runner
120120
if: github.repository_owner != 'AlmaLinux'
121-
uses: NextChapterSoftware/ec2-action-builder@v1.10
121+
uses: unblocked/ec2-action-builder@v1.12
122122
with:
123123
github_token: ${{ secrets.GIT_HUB_TOKEN }}
124124
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/gencloud-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- name: Setup and start runner
135135
if: github.repository_owner != 'AlmaLinux'
136-
uses: NextChapterSoftware/ec2-action-builder@v1.10
136+
uses: unblocked/ec2-action-builder@v1.12
137137
with:
138138
github_token: ${{ secrets.GIT_HUB_TOKEN }}
139139
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/oci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- name: Setup and start runner
124124
if: github.repository_owner != 'AlmaLinux'
125-
uses: NextChapterSoftware/ec2-action-builder@v1.10
125+
uses: unblocked/ec2-action-builder@v1.12
126126
with:
127127
github_token: ${{ secrets.GIT_HUB_TOKEN }}
128128
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/opennebula-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- name: Setup and start runner
134134
if: github.repository_owner != 'AlmaLinux'
135-
uses: NextChapterSoftware/ec2-action-builder@v1.10
135+
uses: unblocked/ec2-action-builder@v1.12
136136
with:
137137
github_token: ${{ secrets.GIT_HUB_TOKEN }}
138138
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/vagrant-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- name: Setup and start runner
218218
if: inputs.self_hosted_runner == 'aws-ec2' && github.repository_owner != 'AlmaLinux'
219-
uses: NextChapterSoftware/ec2-action-builder@v1.10
219+
uses: unblocked/ec2-action-builder@v1.12
220220
with:
221221
github_token: ${{ secrets.GIT_HUB_TOKEN }}
222222
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)