-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21684 from madurangasiriwardena/master
Update the actions
- Loading branch information
Showing
11 changed files
with
29 additions
and
320 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
runs-on: ${{ github.event.inputs.os }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Setup Docker environment | ||
run: | | ||
# Get the ID of the workflow from the GitHub API using curl and jq | ||
|
@@ -136,7 +136,7 @@ jobs: | |
runs-on: ${{ github.event.inputs.os }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Execute Migration Automation Script Ubuntu | ||
run: | | ||
chmod +x ${{ github.workspace }}/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh | ||
|
@@ -172,7 +172,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Create MS SQL Database | ||
run: | | ||
|
@@ -215,7 +215,7 @@ jobs: | |
runs-on: ${{ github.event.inputs.os }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Execute Migration Automation Script Mac | ||
run: | | ||
|
@@ -240,7 +240,7 @@ jobs: | |
if: ${{ github.event.inputs.database == 'postgres' && github.event.inputs.os == 'macos-latest' }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Set up PostgreSQL | ||
env: | ||
PGDATA: /usr/local/var/postgres | ||
|
@@ -287,7 +287,7 @@ jobs: | |
runs-on: ${{ github.event.inputs.os }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- uses: potatoqualitee/[email protected] | ||
with: | ||
|
@@ -344,7 +344,7 @@ jobs: | |
runs-on: ${{ github.event.inputs.os }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Download Artifacts | ||
uses: actions/download-artifact@v2 | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.