Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent efe80d1 commit c29cc0d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.docs.cfp.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.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Node.js environment
uses: actions/[email protected]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

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

- name: Send notification
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.docs.ghp.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.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Node.js environment
uses: actions/[email protected]
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

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

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.vanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Send notification
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected]
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected]
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

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

- name: Fetch code coverage report
Expand All @@ -125,7 +125,7 @@ jobs:

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

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

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

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

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

- name: Send notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

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

- name: Send notification
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected]
Expand All @@ -59,7 +59,7 @@ jobs:

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

- name: Send notification
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/warmup.caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with: { fetch-depth: 0 }
- name: Set up Go environment
uses: actions/[email protected]
Expand All @@ -74,7 +74,7 @@ jobs:

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

- name: Send notification
Expand Down

0 comments on commit c29cc0d

Please sign in to comment.