We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a10a5c commit 833d7dbCopy full SHA for 833d7db
.github/workflows/build-push.yml
@@ -9,7 +9,7 @@ env:
9
jobs:
10
build-push:
11
name: run tests, build and push
12
- runs-on: ubuntu-latest
+ runs-on: arc-standard-small-set
13
steps:
14
- uses: actions/checkout@v4
15
.github/workflows/deploy-release.yml
@@ -8,9 +8,9 @@ env:
8
publish:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: AWS, credentials setup
16
uses: aws-actions/configure-aws-credentials@v4
@@ -25,7 +25,7 @@ jobs:
25
echo "INPUT_SHA=`echo $INPUT_SHA`" >> $GITHUB_ENV
26
27
- name: Install branch-github-actions
28
+ uses: actions/checkout@v5
29
with:
30
repository: BranchMetrics/branch-github-actions
31
ref: master
0 commit comments