Skip to content

Commit e9ee8a8

Browse files
Bump actions/checkout from 2 to 3 (#12)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5af8a2d commit e9ee8a8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
-
1818
name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
-
2121
name: Env before
2222
run: |
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
-
3636
name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
-
3939
name: Expose GitHub Runtime
4040
uses: ./
@@ -44,7 +44,7 @@ jobs:
4444
env|sort
4545
-
4646
name: Checkout go-actions-cache
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v3
4848
with:
4949
repository: tonistiigi/go-actions-cache
5050
path: go-actions-cache

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
-
1919
name: Run Labeler
2020
uses: crazy-max/ghaction-github-labeler@v3

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
-
2525
name: Validate
2626
uses: docker/bake-action@v1

0 commit comments

Comments
 (0)