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

Commit 7fe0798

Browse files
authored
Merge pull request #403 from comigor/actions/checkout@v3_update
actions/checkout@v3 update
2 parents 6fcc6f0 + 36ba504 commit 7fe0798

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
check-version-and-changelog:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: comigor/actions/check-version-and-changelog@master
1111
with:
1212
repo_token: ${{ github.token }}
1313
base_ref: ${{ github.base_ref }}
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: dart-lang/setup-dart@v1.3
1919
with:
2020
sdk: stable
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
- uses: dart-lang/setup-dart@v1.3
3232
with:
3333
sdk: stable
@@ -40,7 +40,7 @@ jobs:
4040
analyze:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- uses: dart-lang/setup-dart@v1.3
4545
with:
4646
sdk: stable

.github/workflows/push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: dart-lang/setup-dart@v1.3
1515
with:
1616
sdk: stable
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: dart-lang/setup-dart@v1.3
2828
with:
2929
sdk: stable
@@ -36,7 +36,7 @@ jobs:
3636
analyze:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
- uses: dart-lang/setup-dart@v1.3
4141
with:
4242
sdk: stable

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 7.11.0-beta.1
4+
5+
- actions/checkout@v3 update
6+
37
## 7.11.0-beta
48

59
- package update

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: artemis
2-
version: 7.11.0-beta
2+
version: 7.11.0-beta.1
33

44
description: Build dart types from GraphQL schemas and queries (using Introspection Query).
55
homepage: https://github.com/comigor/artemis

0 commit comments

Comments
 (0)