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

Commit daad4bd

Browse files
chore: bump actions/checkout from 1 to 2
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v2) --- 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: Jonathan Yu <jonathan@coder.com>
1 parent 59a0a20 commit daad4bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v1
9+
uses: actions/checkout@v2
1010
- uses: actions/setup-go@v2
1111
with:
1212
go-version: '^1.16.3'
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: macos-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v1
24+
uses: actions/checkout@v2
2525
- uses: actions/setup-go@v2
2626
with:
2727
go-version: '^1.16.3'

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CODER_EMAIL: ${{ secrets.CODER_EMAIL }}
1313
CODER_PASSWORD: ${{ secrets.CODER_PASSWORD }}
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)