Skip to content

Commit

Permalink
Merge pull request #1679 from OceanParcels/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
VeckoTheGecko authored Aug 30, 2024
2 parents 1ce3e0a + 4e63e35 commit 515e625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.11"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Conda and parcels
uses: ./.github/actions/install-parcels
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
python-version: ["3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Conda and parcels
uses: ./.github/actions/install-parcels
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Conda and parcels
uses: ./.github/actions/install-parcels
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'OceanParcels/parcels'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 515e625

Please sign in to comment.