Skip to content

Commit

Permalink
update checkout actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Mar 1, 2024
1 parent 95f6850 commit 2f56847
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binder-badge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout PR
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: cache binder build on mybinder.org
uses: jupyterhub/repo2docker-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Configure NASA Earthdata Login
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo2docker-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get CalenderVersion UTC Date
id: calver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo2docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get CalenderVersion UTC Date
id: calver
Expand Down

0 comments on commit 2f56847

Please sign in to comment.