Skip to content

Commit 9c24e8b

Browse files
authored
chore: update actions versions (#1644)
1 parent afbc850 commit 9c24e8b

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.github/workflows/github_autotools_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DEBUG_FLAGS: "-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow" # debug compiler flags taken from the mkmf template
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v4.2.2
3232
- name: Prepare GNU autoconf for build
3333
run: autoreconf -if
3434
- name: Configure the build

.github/workflows/github_autotools_intel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Cache dependencies
2828
id: cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4.2.0
3030
with:
3131
path: /libs
3232
key: ${{ runner.os }}-intel-libs
@@ -53,7 +53,7 @@ jobs:
5353
./configure --prefix=/libs
5454
make -j install && cd
5555
- name: checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v4.2.2
5757
- name: Configure
5858
run: |
5959
autoreconf -if ./configure.ac

.github/workflows/github_cmake_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
CMAKE_FLAGS: "${{ matrix.build-type }} ${{ matrix.omp-flags }} ${{ matrix.io-flag }} ${{ matrix.libyaml-flag }} -D64BIT=on"
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v4.2.2
2626
- name: Generate makefiles with CMake
2727
run: cmake $CMAKE_FLAGS -DNetCDF_ROOT=/opt/view -DLIBYAML_ROOT=/opt/view
2828
- name: Build the library

.github/workflows/github_coupler_gnu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
LDFLAGS: '-L/opt/view/lib'
2323
steps:
2424
- name: Checkout FMS
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v4.2.2
2626
with:
2727
path: FMS
2828
- name: Checkout FMScoupler
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v4.2.2
3030
with:
3131
repository: 'NOAA-GFDL/FMScoupler'
3232
path: FMScoupler

.github/workflows/github_doc_site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v4.2.2
1414
- name: Setup repo
1515
run: | # do autotool's job for substitutes since we don't need a full build environement
1616
mkdir gen_docs
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt -y install doxygen graphviz
2525
doxygen gen_docs/Doxyfile
2626
- name: Upload Pages Artifact
27-
uses: actions/upload-pages-artifact@v1
27+
uses: actions/upload-pages-artifact@v3.0.1
2828
with:
2929
path: 'gen_docs/html'
3030
deploy:
@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v1
48+
uses: actions/deploy-pages@v4.0.5

.github/workflows/github_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v4.2.2
1111
- name: Run Lint
1212
uses: NOAA-GFDL/simple_lint@f5aa1fe976bd4c231db0536ba00cbfdc26708253
1313
with:

.github/workflows/github_mom_gnu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
password: ${{ secrets.github_token }}
1919
steps:
2020
- name: Checkout MOM6 repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v4.2.2
2222
with:
2323
repository: 'NOAA-GFDL/MOM6'
2424
submodules: recursive
2525
- name: Checkout FMS into MOM build
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v4.2.2
2727
with:
2828
path: .testing/deps/fms/src
2929
- name: Build FMS and MOM test suite

.github/workflows/pw_am5_intel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ln -s /contrib/am5/ci/latest/src/rte-rrtmgp am5_src/rte-rrtmgp
3737
ln -s /contrib/am5/ci/latest/src/coupler am5_src/coupler
3838
- name: Checkout FMS
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v4.2.2
4040
with:
4141
path: ${{github.sha}}/am5_src/FMS
4242
- name: Build AM5 in Intel container

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
add-dev-to-version:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v4.2.2
1111
- name: Append version with dev
1212
run: sed -i '/20[0-9][0-9]\.[0-9][0-9]/ s/]/-dev]/' configure.ac
1313
- name: Create pull request
14-
uses: peter-evans/create-pull-request@v4
14+
uses: peter-evans/create-pull-request@v7.0.6
1515
with:
1616
base: main # creates a new branch off of main
1717
branch: add-dev-post-release # name of the created branch

0 commit comments

Comments
 (0)