Skip to content

Commit 089bd92

Browse files
♻️ chore(deps): update internal to v3 (major) (#894)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7dc3212 commit 089bd92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Generate a token
2121
id: github-app
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "ATMOS_CLI_CONFIG_PATH=$(realpath ${{ vars.ATMOS_CONFIG_PATH }})" >> $GITHUB_ENV
4242
4343
- name: Install Atmos
44-
uses: cloudposse/github-action-setup-atmos@v2
44+
uses: cloudposse/github-action-setup-atmos@v3
4545
with:
4646
atmos-version: ${{ vars.ATMOS_VERSION }}
4747
token: ${{ github.token }}

0 commit comments

Comments
 (0)