Skip to content

Commit e57c4fb

Browse files
dependabot[bot]Fox32
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 790dee7 commit e57c4fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sdk: [ stable ]
2323
package: [ prometheus_client, prometheus_client_shelf ]
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: dart-lang/setup-dart@v1
2727
with:
2828
channel: ${{ matrix.sdk }}
@@ -58,7 +58,7 @@ jobs:
5858
sdk: [ dev ]
5959
package: [ prometheus_client, prometheus_client_shelf ]
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
- uses: dart-lang/setup-dart@v1
6363
with:
6464
channel: ${{ matrix.sdk }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 10
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: dart-lang/setup-dart@v1
2222
with:
2323
channel: stable

0 commit comments

Comments
 (0)