File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,20 @@ jobs:
1010 publish :
1111 runs-on : ubuntu-latest
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
1717 with :
1818 aws-region : us-west-1
19- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
20- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2119
2220 - name : Add INPUT_SHA env var
2321 run : |
2422 export INPUT_SHA=$(git rev-parse ${{ github.ref }})
2523 echo "INPUT_SHA=`echo $INPUT_SHA`" >> $GITHUB_ENV
2624
2725 - name : Install branch-github-actions
28- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2927 with :
3028 repository : BranchMetrics/branch-github-actions
3129 ref : master
You can’t perform that action at this time.
0 commit comments