Skip to content

Commit

Permalink
Merge pull request #170 from pytroll/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
pnuu committed Nov 9, 2022
2 parents 1f8dd1c + 10472c4 commit aaa55f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

- name: Create sdist
shell: bash -l {0}
Expand Down

0 comments on commit aaa55f7

Please sign in to comment.