Skip to content

Commit

Permalink
Testing - Upgrading action script versions #111
Browse files Browse the repository at this point in the history
Fixing dependabot alert issue with version upgrade
  • Loading branch information
dpasukhi committed Oct 20, 2024
1 parent 857b1b6 commit 72415a8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-and-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:

# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-windows-x64
path: install
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-windows-clang-x64
path: install
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-macos-x64
path: install
Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-macos-gcc-x64
path: install
Expand Down Expand Up @@ -624,7 +624,7 @@ jobs:
# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-linux-clang-x64
path: install
Expand Down Expand Up @@ -697,7 +697,7 @@ jobs:
# Step: Download and extract install directory
- name: Download and extract install directory
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: install-linux-gcc-x64
path: install
Expand Down Expand Up @@ -745,42 +745,42 @@ jobs:

# Step: Download all test results (Windows x64)
- name: Download all test results (Windows x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-windows-x64
path: results/windows-x64

# Step: Download all test results (Windows Clang x64)
- name: Download all test results (Windows Clang x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-windows-clang-x64
path: results/windows-clang-x64

# Step: Download all test results (macOS x64)
- name: Download all test results (macOS x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-macos-x64
path: results/macos-x64

# Step: Download all test results (macOS GCC x64)
- name: Download all test results (macOS GCC x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-macos-gcc-x64
path: results/macos-gcc-x64

# Step: Download all test results (Linux Clang x64)
- name: Download all test results (Linux Clang x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-linux-clang-x64
path: results/linux-clang-x64

# Step: Download all test results (Linux GCC x64)
- name: Download all test results (Linux GCC x64)
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: results-linux-gcc-x64
path: results/linux-gcc-x64
Expand Down

0 comments on commit 72415a8

Please sign in to comment.