Skip to content

Commit

Permalink
CI: Bump default PROJ to 8.2.1
Browse files Browse the repository at this point in the history
This is natural progression, but should also trigger a new cache.
  • Loading branch information
dopplershift committed Jun 12, 2022
1 parent b3d9bf0 commit fd2c916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-proj/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ inputs:
version:
description: 'What version of PROJ to install'
required: true
default: 8.1.1
default: 8.2.1
install-path:
description: 'Where to install PROJ relative to home'
description: 'Where to install PROJ relative to workspace'
required: false
default: local
runs:
Expand Down

0 comments on commit fd2c916

Please sign in to comment.