From 746506229a82a2892f6997bacb4d7bc8274a16cf Mon Sep 17 00:00:00 2001 From: joshkotrous <43544333+joshkotrous@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:07:49 -0400 Subject: [PATCH 1/2] Upgraded checkout@v3 to checkout@v4 --- .github/actions/ngen-build/action.yaml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/test_and_validate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/ngen-build/action.yaml b/.github/actions/ngen-build/action.yaml index 596fa5c50c..8ce55e22a9 100644 --- a/.github/actions/ngen-build/action.yaml +++ b/.github/actions/ngen-build/action.yaml @@ -108,7 +108,7 @@ runs: - name: Cache Boost Dependency id: cache-boost-dep - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: boost_1_79_0 key: unix-boost-dep diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 87caed2573..6d30ecbb0d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Make sure initial ownership is correct run: sudo chown -R runner:docker docs/ diff --git a/.github/workflows/test_and_validate.yml b/.github/workflows/test_and_validate.yml index 15c268eb72..361e82ad90 100644 --- a/.github/workflows/test_and_validate.yml +++ b/.github/workflows/test_and_validate.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout the commit - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build From 10f8b651177011266b641e95f53bc48a34760dd6 Mon Sep 17 00:00:00 2001 From: joshkotrous <43544333+joshkotrous@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:13:49 -0400 Subject: [PATCH 2/2] Upgraded additional instances of checkout@v3 to checkout@v4 --- .github/workflows/documentation.yml | 2 +- .github/workflows/test_and_validate.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6d30ecbb0d..181544ae38 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -35,7 +35,7 @@ jobs: run: sudo chown -R runner:docker docs/ - name: Switch to gh-pages - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages clean: false diff --git a/.github/workflows/test_and_validate.yml b/.github/workflows/test_and_validate.yml index 361e82ad90..9973b6cc2d 100644 --- a/.github/workflows/test_and_validate.yml +++ b/.github/workflows/test_and_validate.yml @@ -66,7 +66,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build PET Tests uses: ./.github/actions/ngen-build @@ -94,7 +94,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build @@ -123,7 +123,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 #make sure cxx bmi is initialized/ready - uses: ./.github/actions/ngen-submod-build @@ -158,7 +158,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build @@ -191,7 +191,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build @@ -224,7 +224,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out repository under $GITHUB_WORKSPACE, so job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build @@ -259,7 +259,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Unit Tests uses: ./.github/actions/ngen-build