Skip to content

Commit

Permalink
Merge pull request #337 from gotd/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3.5.1

chore(deps): bump actions/checkout from 3.5.0 to 3.5.1
  • Loading branch information
ernado committed Apr 13, 2023
2 parents db57f2a + 67a874f commit 7d887f3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.1
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.0
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
test-${{ runner.os }}-go-
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Download dependencies
run: go mod download && go mod tidy
Expand All @@ -59,7 +59,7 @@ jobs:
- test
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Download artifact
uses: actions/download-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Checkout latest code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Checkout latest code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1

- name: Install Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 7d887f3

Please sign in to comment.