Skip to content

Commit

Permalink
More CI actions version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Sep 4, 2024
1 parent 36beb5b commit bf104dd
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/abi_stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Force cmake version to older than runner's
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.2'

- name: Install abi-compliance-checker and abigail tools
shell: bash
run: |
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: Force cmake version to older than runner's
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.2'

- name: Cache Hugo
id: cache-hugo
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: hugo_bin
key: documentation-hugo_bin
Expand All @@ -55,7 +50,7 @@ jobs:
echo "google-site-verification: google5fc8a1f8de4b73f0.html" > google5fc8a1f8de4b73f0.html
- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Force cmake version to older than runner's
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.2'

- name: Install
shell: bash
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: 'Wait for status checks'
id: waitforstatuschecks
uses: "WyriHaximus/github-action-wait-for-status@v1.2"
uses: "WyriHaximus/github-action-wait-for-status@v2"
with:
ignoreActions: "Publish Tarball"
checkInterval: 60
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Get Hugo
if: steps.vars.outputs.HAS_DEPLOY_KEY
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: hugo_bin
key: hugo_bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unittests_freebsd.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NAME: FreeBSD

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

- name: CMake tests FreeBSD
uses: cross-platform-actions/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Force cmake version to older than runner's
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.2'

- name: CMake tests Linux
shell: bash
run: |
Expand Down Expand Up @@ -59,7 +54,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion boostify/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Outcome checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install packages
if: startsWith(matrix.os, 'ubuntu') && matrix.install
Expand Down
2 changes: 1 addition & 1 deletion doc/html
Submodule html updated 488 files
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 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_PREVIOUS_COMMIT_REF 36beb5b34b24cf25d93ac421370ef5578f2f65ed
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 13:14:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 36beb5b3
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 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_PREVIOUS_COMMIT_REF 36beb5b34b24cf25d93ac421370ef5578f2f65ed
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 13:14:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 36beb5b3
#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 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_PREVIOUS_COMMIT_REF 36beb5b34b24cf25d93ac421370ef5578f2f65ed
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 13:14:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 36beb5b3
#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 5151d2428c8e47b863ea2ae6cc143e1e1d41bc4e
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 11:25:15 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 5151d242
#define OUTCOME_PREVIOUS_COMMIT_REF 36beb5b34b24cf25d93ac421370ef5578f2f65ed
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-09-04 13:14:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 36beb5b3
#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 bf104dd

Please sign in to comment.