Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
djhoese committed Nov 9, 2022
2 parents 450e427 + 2f73e05 commit f28fbb5
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 @@ -18,7 +18,7 @@ jobs:

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
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 f28fbb5

Please sign in to comment.