Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from things-go/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.5

chore(deps): bump actions/checkout from 4.1.3 to 4.1.5
  • Loading branch information
thinkgos committed May 8, 2024
2 parents 8aca362 + d3c38cc commit 885d7d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Check out code into the Go module directory
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5

- name: Print Go environment
id: vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Golangci-Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.5
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_dog.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: "1.22.x"

- name: Check out code into the Go module directory
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
Expand Down

0 comments on commit 885d7d3

Please sign in to comment.