Skip to content

Commit

Permalink
ci/cd(deps): bump actions/checkout from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent f83ede1 commit 32d9b86
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }

- name: Install a GitHub CLI cache extension
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }
- uses: actions/setup-go@v5.0.0
with: { go-version: 1.22.x, cache: true }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand All @@ -76,7 +76,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }

- name: Fetch code coverage report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.0
with: { fetch-depth: 0, ref: '${{ github.event.pull_request.head.ref }}' }
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.0
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/setup-go@v5.0.0
Expand Down

0 comments on commit 32d9b86

Please sign in to comment.