Skip to content

Commit efed1d3

Browse files
authored
Merge pull request #283 from NCAR/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cef7105 + 24b4037 commit efed1d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
2828
steps:
2929
- name: checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: environment setup
3232
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
3333
with:

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.repository == 'NCAR/wrf-python'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
@@ -28,7 +28,7 @@ jobs:
2828
if: startsWith(github.ref, 'refs/tags')
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: Set up Python
3333
uses: actions/setup-python@v5
3434
with:

0 commit comments

Comments
 (0)