Skip to content

Commit fb05e98

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 9471b51 commit fb05e98

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/snippets/.github/workflows/atmos-components-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

examples/snippets/.github/workflows/atmos-pro-list-instances.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

@@ -49,7 +49,7 @@ jobs:
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"

examples/snippets/.github/workflows/atmos-pro.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

@@ -71,7 +71,7 @@ jobs:
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"

0 commit comments

Comments
 (0)