Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
previous_version_number: ${{ steps.get-version.outputs.version-number }}
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Get Version
Expand All @@ -46,7 +46,7 @@ jobs:
job-status: ${{ job.status }}
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -91,7 +91,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -114,7 +114,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -137,7 +137,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -160,7 +160,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -183,7 +183,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -207,7 +207,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -231,7 +231,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -255,7 +255,7 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: "release-${{ needs.get-previous-version.outputs.previous_version_number }}.x"
fetch-depth: 0
Expand All @@ -282,11 +282,11 @@ jobs:

steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js - 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v6
with:
node-version: 20.x
- name: Gather Job Status Data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browser-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup GitHub Actions Host
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Using Node.js 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v6
with:
node-version: 20.x
- name: Clean Install
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup GitHub Actions Host
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup GitHub Actions Host
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
role-session-name: deploy-demo-app
aws-region: us-east-1
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install SAM CLI
Expand All @@ -52,7 +52,7 @@ jobs:
role-session-name: deploy-demo-app
aws-region: us-east-1
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install SAM CLI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prev-version-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

steps:
- name: Setup Node.js - 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v6
with:
node-version: 20.x
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Get previous version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: ${{ github.event.release.tag_name }}
- name: Setup Node environment
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
role-session-name: publish-demo-deployment
aws-region: us-east-1
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
ref: ${{ github.event.release.tag_name }}
- name: Install SDK
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-backwards-compatiblity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run-check: ${{ steps.version-check.outputs.run-check }}
steps:
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Version check for backward compatibility check
Expand All @@ -45,11 +45,11 @@ jobs:
if: contains(needs.check-backward-compatibility-run.outputs.run-check, 'Run backward compatibility checks')
steps:
- name: Setup Node.js - 20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v6
with:
node-version: 20.x
- name: Checkout Package
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Pack the Chime SDK and install the tarball into the previous version Demo
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/webview-ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout amazon-chime-sdk repo
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
repository: 'aws-samples/amazon-chime-sdk'
- name: Insert meeting demo URL
Expand All @@ -35,14 +35,16 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout amazon-chime-sdk repo
uses: actions/checkout@v2
uses: actions/checkout@v6
with:
repository: 'aws-samples/amazon-chime-sdk'
- name: Insert Android meeting demo URL
run: |
sed -i '' -e 's@PLACEHOLDER@${{secrets.DEPLOYED_MEETING_DEMO}}@' ./app/src/main/java/com/amazonaws/android_webview_sample/AppConfig.kt
- name: Set Up JDK 11.0.11
uses: actions/setup-java@v1
uses: actions/setup-java@v5
with:
distribution: temurin # Added for actions/setup-java v2+ compatibility
with:
java-version: 11.0.11
- name: Build the App
Expand Down