Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 8d8078f

Browse files
authored
update ci; prep for publishing (#30)
1 parent 72dbf21 commit 8d8078f

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Set update schedule for GitHub Actions
2-
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3-
1+
# Dependabot configuration file.
42
version: 2
5-
updates:
63

7-
- package-ecosystem: "github-actions"
8-
directory: "/"
9-
schedule:
10-
# Check for updates to GitHub Actions every weekday
11-
interval: "monthly"
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"

.github/workflows/test-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@v3
26-
- uses: dart-lang/setup-dart@v1
25+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
26+
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
2727
with:
2828
sdk: ${{ matrix.sdk }}
2929
- id: install
@@ -49,8 +49,8 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [2.12.0, dev]
5151
steps:
52-
- uses: actions/checkout@v3
53-
- uses: dart-lang/setup-dart@v1
52+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
53+
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
5454
with:
5555
sdk: ${{ matrix.sdk }}
5656
- id: install

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.1-dev
1+
## 2.1.1
22

33
* Populate the pubspec `repository` field.
44
* Switch to using `package:lints`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_map_stack_trace
2-
version: 2.1.1-dev
2+
version: 2.1.1
33
description: A package for applying source maps to stack traces.
44
repository: https://github.com/dart-lang/source_map_stack_trace
55

0 commit comments

Comments
 (0)