File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
examples/snippets/.github/workflows Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 - " private=false"
1616 steps :
1717 - name : " Checkout source code at current commit"
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Generate a token
2121 id : github-app
22- uses : actions/create-github-app-token@v1
22+ uses : actions/create-github-app-token@v2
2323 with :
2424 app-id : ${{ secrets.ATMOS_APP_ID }}
2525 private-key : ${{ secrets.ATMOS_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3131 - uses : unfor19/install-aws-cli-action@v1
3232
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
4949
5050 # We need to assume AWS credentials to read the Terraform state
5151 - name : Assume Planner Role
52- uses : aws-actions/configure-aws-credentials@v4
52+ uses : aws-actions/configure-aws-credentials@v6
5353 with :
5454 aws-region : " us-east-1"
5555 role-to-assume : " arn:aws:iam::333333333333:role/acme-core-gbl-auto-planner"
Original file line number Diff line number Diff line change 5252 - uses : unfor19/install-aws-cli-action@v1
5353
5454 - name : Apply Atmos Component
55- uses : cloudposse/github-action-atmos-terraform-apply@v6
55+ uses : cloudposse/github-action-atmos-terraform-apply@v7
5656 env :
5757 ATMOS_PROFILE : " github-apply"
5858 with :
Original file line number Diff line number Diff line change 4848 # For merged PRs, we will need to checkout the base branch to get the correct base branch SHA.
4949 # This isn't necessary for other events.
5050 if : github.event.action == 'closed'
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0 # Fetch all history for all branches and tags
5454
7171 echo "parent_commit=$PARENT" >> "$GITHUB_OUTPUT"
7272
7373 - name : Assume Planner Role
74- uses : aws-actions/configure-aws-credentials@v4
74+ uses : aws-actions/configure-aws-credentials@v6
7575 with :
7676 aws-region : " us-east-1"
7777 role-to-assume : " arn:aws:iam::333333333333:role/acme-core-gbl-auto-planner"
You can’t perform that action at this time.
0 commit comments