Skip to content

Commit ee7081a

Browse files
authored
Merge pull request #471 from pytroll/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 1 to 4
2 parents 1cac2b4 + f6ffc84 commit ee7081a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git fetch --prune --unshallow
5858
5959
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v1
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: '${{ matrix.python-version }}'
6363

0 commit comments

Comments
 (0)