Skip to content

Commit aacc1fb

Browse files
Bump kramdown from 2.3.0 to 2.3.1 (#7802)
* Bump kramdown from 2.3.0 to 2.3.1 Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Signed-off-by: dependabot[bot] <[email protected]> * Force builds on Gemfile.lock AND Gemfile changes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Beusterien <[email protected]>
1 parent d3306b1 commit aacc1fb

29 files changed

+29
-29
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseABTesting**'
77
- 'Interop/Analytics/Public/*.h'
88
- '.github/workflows/abtesting.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 1am(PST) - cron uses UTC times
1212
- cron: '0 9 * * *'

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'FirebaseAnalyticsSwift**'
88
- 'GoogleAppMeasurement.podspec.json'
99
- '.github/workflows/analytics.yml'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 1am (PST) - cron uses UTC times
1313
- cron: '0 9 * * *'

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'FirebaseAppDistribution**'
77
- '.github/workflows/appdistribution.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 1am (PST) - cron uses UTC times
1111
- cron: '0 9 * * *'

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseAuth**'
77
- 'Interop/Auth/Public/*.h'
88
- '.github/workflows/auth.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 1am (PST) - cron uses UTC times
1212
- cron: '0 9 * * *'

.github/workflows/cocoapods-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'CocoapodsIntegrationTest/**'
77
- '.github/workflows/cocoapods-integration.yml'
8-
- 'Gemfile'
8+
- 'Gemfile*'
99
schedule:
1010
# Run every day at 2am (PST) - cron uses UTC times
1111
- cron: '0 10 * * *'

.github/workflows/core-diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'Example/CoreDiagnostics/**'
88
- 'Interop/CoreDiagnostics/Public/*.h'
99
- '.github/workflows/core-diagnostics.yml'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 2am (PST) - cron uses UTC times
1313
- cron: '0 10 * * *'

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseCore**'
77
- 'Interop/CoreDiagnostics/Public/*.h'
88
- '.github/workflows/core.yml'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 2am (PST) - cron uses UTC times
1212
- cron: '0 10 * * *'

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'FirebaseCrashlytics.podspec'
88
- '.github/workflows/crashlytics.yml'
99
- 'Interop/Analytics/Public/*.h'
10-
- 'Gemfile'
10+
- 'Gemfile*'
1111
schedule:
1212
# Run every day at 10am (PST) - cron uses UTC times
1313
- cron: '0 2 * * *'

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'Example/Database/**'
99
- 'Interop/Auth/Public/*.h'
1010
- '.github/workflows/database.yml'
11-
- 'Gemfile'
11+
- 'Gemfile*'
1212
- 'scripts/run_database_emulator.sh'
1313
schedule:
1414
# Run every day at 2am (PST) - cron uses UTC times

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'FirebaseDynamicLinks**'
77
- '.github/workflows/dynamiclinks.yml'
88
- 'Interop/Analytics/Public/*.h'
9-
- 'Gemfile'
9+
- 'Gemfile*'
1010
schedule:
1111
# Run every day at 3am (PST) - cron uses UTC times
1212
- cron: '0 11 * * *'

0 commit comments

Comments
 (0)