Skip to content

Commit

Permalink
chore: bump actions/checkout from 2 to 3 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
1 parent 4f93c98 commit 6728729
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: style/lint/golangci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "^1.17"
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Node
id: cache-node
Expand All @@ -73,7 +73,7 @@ jobs:
name: "style/gen"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- macos-latest
- windows-2022
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v0
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
name: "test/js"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache Node
id: cache-node
Expand Down

0 comments on commit 6728729

Please sign in to comment.