Skip to content

Commit 833d7db

Browse files
committed
[patch] engmt-xx: fix gha
1 parent 8a10a5c commit 833d7db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
build-push:
1111
name: run tests, build and push
12-
runs-on: ubuntu-latest
12+
runs-on: arc-standard-small-set
1313
steps:
1414
- uses: actions/checkout@v4
1515

.github/workflows/deploy-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88

99
jobs:
1010
publish:
11-
runs-on: ubuntu-latest
11+
runs-on: arc-standard-small-set
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: AWS, credentials setup
1616
uses: aws-actions/configure-aws-credentials@v4
@@ -25,7 +25,7 @@ jobs:
2525
echo "INPUT_SHA=`echo $INPUT_SHA`" >> $GITHUB_ENV
2626
2727
- name: Install branch-github-actions
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
repository: BranchMetrics/branch-github-actions
3131
ref: master

0 commit comments

Comments
 (0)