Skip to content

Commit

Permalink
Merge pull request #2150 from kubernetes-client/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4.2.2

build(deps): bump actions/checkout from 2.3.1 to 4.2.2
  • Loading branch information
k8s-ci-robot authored Jan 9, 2025
2 parents 4a314b4 + 6ba6ae3 commit e3219ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Javascript
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
environment: production
steps:
- name: Checkout Javascript
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node: ['23', '22', '20', '18']
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit e3219ed

Please sign in to comment.