Skip to content

Commit 863ac43

Browse files
authored
Merge branch 'main' into datatypes/gmtgrid
2 parents 01664f8 + b3e0048 commit 863ac43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
# Upload coverage to Codecov
168168
- name: Upload coverage to Codecov
169-
uses: codecov/codecov-action@v4.1.1
169+
uses: codecov/codecov-action@v4.3.0
170170
with:
171171
file: ./coverage.xml # optional
172172
env_vars: OS,PYTHON,NUMPY

.github/workflows/format-command.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Generate token from GenericMappingTools bot
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v1.9.3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
app-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919

2020
# Checkout the pull request branch
2121
- uses: actions/[email protected]

.github/workflows/release-baseline-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shasum -a 256 baseline-images.zip
3636
3737
- name: Upload baseline image as a release asset
38-
uses: shogo82148/[email protected].4
38+
uses: shogo82148/[email protected].5
3939
with:
4040
upload_url: ${{ github.event.release.upload_url }}
4141
asset_path: baseline-images.zip

0 commit comments

Comments
 (0)