Skip to content

Commit 9ef4c7b

Browse files
Merge pull request #125 from CFMIP/dependabot/github_actions/master/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2aa69bf + 636890b commit 9ef4c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
#
4242
# Checks-out repository under $GITHUB_WORKSPACE
4343
#
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
# Set up conda environment
4646
- name: Setup conda environment
4747
uses: conda-incubator/[email protected]

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Initial steps
6161
###############################################################################
6262
# Checks-out repository under $GITHUB_WORKSPACE
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
# Set up conda environment
6565
- name: Setup conda environment
6666
uses: conda-incubator/[email protected]

0 commit comments

Comments
 (0)