Skip to content

Commit

Permalink
Merge pull request #227 from earth-system-radiation/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/develop/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
RobertPincus authored Sep 12, 2023
2 parents 8cc858a + 44a25c7 commit a1b6781
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
#
# Checks-out repository under $GITHUB_WORKSPACE
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#
# Check out data
#
- name: Check out data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
# Check out repository under $GITHUB_WORKSPACE
#
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
#
# Check out data
#
- name: Check out data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
#
# Checks-out repository under $GITHUB_WORKSPACE
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#
# Synchronize the package index
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/self-hosted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
#
# Checks-out repository under $GITHUB_WORKSPACE
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
#
# Check out data
#
- name: Check out data
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: earth-system-radiation/rrtmgp-data
path: rrtmgp-data
Expand Down

0 comments on commit a1b6781

Please sign in to comment.