Skip to content

Commit

Permalink
Bump CI actions to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Sep 4, 2024
1 parent 5151d24 commit 36beb5b
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/abi_stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Force cmake version to older than runner's
uses: jwlawson/actions-setup-cmake@v1.12
Expand Down Expand Up @@ -52,15 +52,15 @@ jobs:

- name: Upload ABI stability reports 1
if: success() || failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ABI stability report (GCC 7 with C++ 14)
path: abi-compliance/compat_reports/Outcome/2.2-gcc7-cxx14_to_test-gcc7-cxx14/compat_report.html


- name: Upload ABI stability reports 2
if: success() || failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ABI stability report (GCC 9 with C++ 17)
path: abi-compliance/compat_reports/Outcome/2.2-gcc9-cxx17_to_test-gcc9-cxx17/compat_report.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Documentation
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_freebsd.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: FreeBSD test results
path: prebuilt/merged_junit_results.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CXX: ${{ matrix.compiler }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Force cmake version to older than runner's
uses: jwlawson/actions-setup-cmake@v1.12
Expand All @@ -46,7 +46,7 @@ jobs:
fi
- name: Upload Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Linux ${{ matrix.compiler }} test results
path: prebuilt/merged_junit_results.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NAME: MacOS

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: CMake tests Mac OS
shell: bash
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Mac OS test results
path: prebuilt/merged_junit_results.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NAME: WinVS2019

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: CMake tests Windows
shell: bash
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Windows VS2019 test results
path: prebuilt/merged_junit_results.xml
Expand Down
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
*/

// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF e7d6c8312ee9628b8d7bb59b968b9c93e61091e8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-14 17:04:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE e7d6c831
#define OUTCOME_PREVIOUS_COMMIT_REF 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
6 changes: 3 additions & 3 deletions single-header/outcome-basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1019,9 +1019,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF e7d6c8312ee9628b8d7bb59b968b9c93e61091e8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-14 17:04:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE e7d6c831
#define OUTCOME_PREVIOUS_COMMIT_REF 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down
6 changes: 3 additions & 3 deletions single-header/outcome-experimental.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1044,9 +1044,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF e7d6c8312ee9628b8d7bb59b968b9c93e61091e8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-14 17:04:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE e7d6c831
#define OUTCOME_PREVIOUS_COMMIT_REF 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down
6 changes: 3 additions & 3 deletions single-header/outcome.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF e7d6c8312ee9628b8d7bb59b968b9c93e61091e8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-14 17:04:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE e7d6c831
#define OUTCOME_PREVIOUS_COMMIT_REF 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down

0 comments on commit 36beb5b

Please sign in to comment.