Skip to content

Commit af63f37

Browse files
committed
Merge branch 'main' into hlines-module
2 parents 5a0989f + 9b5882c commit af63f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187

188188
# Upload coverage to Codecov
189189
- name: Upload coverage to Codecov
190-
uses: codecov/[email protected].1
190+
uses: codecov/[email protected].2
191191
if: success() || failure()
192192
with:
193193
use_oidc: true

Diff for: .github/workflows/format-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Generate token from GenericMappingTools bot
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
id: generate-token
1616
with:
1717
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)