Skip to content

Commit

Permalink
Merge pull request #86 from kubernetes-sigs/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
k8s-ci-robot authored Sep 26, 2024
2 parents 4fb56a3 + f931615 commit ab1f3bb
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pr: ${{ steps.filter.outputs.pr }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
Expand All @@ -52,7 +52,7 @@ jobs:

name: Install publish-release and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install publish-release
uses: ./publish-release
with:
Expand All @@ -76,7 +76,7 @@ jobs:
permissions: {}
name: Install Custom publish-release and test presence in path with custom root dir
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install publish-release
uses: ./publish-release
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
permissions: {}
name: Install Custom path publish-release and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install publish-release
uses: ./publish-release
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
permissions: {}
name: Try to install a wrong publish-release
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install publish-release
uses: ./publish-release
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-setup-bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
bom: ${{ steps.filter.outputs.bom }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
Expand All @@ -48,7 +48,7 @@ jobs:
permissions: {}
name: Install bom and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install bom
uses: ./setup-bom
- name: Check install!
Expand All @@ -73,7 +73,7 @@ jobs:
permissions: {}
name: Install Custom bom and test presence in path with custom root dir
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install bom
uses: ./setup-bom
with:
Expand All @@ -100,7 +100,7 @@ jobs:
permissions: {}
name: Install Custom path bom and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install bom
uses: ./setup-bom
with:
Expand All @@ -126,7 +126,7 @@ jobs:
permissions: {}
name: Try to install a wrong bom
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install bom
uses: ./setup-bom
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-setup-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
relnotes: ${{ steps.filter.outputs.relnotes }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
Expand All @@ -48,7 +48,7 @@ jobs:
permissions: {}
name: Install release-notes and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install release notes
uses: ./setup-release-notes
- name: Check install!
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- '1.21'
name: Try to install release-notes with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go_version }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-setup-tejolote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
tejolote: ${{ steps.filter.outputs.tejolote }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
Expand All @@ -48,7 +48,7 @@ jobs:
permissions: {}
name: Install tejolote and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install tejolote
uses: ./setup-tejolote
- name: Check install!
Expand All @@ -73,7 +73,7 @@ jobs:
permissions: {}
name: Install Custom tejolote and test presence in path with custom root dir
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install tejolote
uses: ./setup-tejolote
with:
Expand All @@ -100,7 +100,7 @@ jobs:
permissions: {}
name: Install Custom path tejolote and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install tejolote
uses: ./setup-tejolote
with:
Expand All @@ -126,7 +126,7 @@ jobs:
permissions: {}
name: Try to install a wrong tejolote
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install tejolote
uses: ./setup-tejolote
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-setup-zeitgeist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
zeitgeist: ${{ steps.filter.outputs.zeitgeist }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
Expand All @@ -48,7 +48,7 @@ jobs:
permissions: {}
name: Install zeitgeist and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install zeitgeist
uses: ./setup-zeitgeist
- name: Check version
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- '1.22'
name: Try to install zeitgeist with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go_version }}
Expand All @@ -99,7 +99,7 @@ jobs:
permissions: {}
name: Install Custom zeitgeist and test presence in path with custom root dir
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand All @@ -126,7 +126,7 @@ jobs:
permissions: {}
name: Install Custom path zeitgeist and test presence in path
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand All @@ -152,7 +152,7 @@ jobs:
permissions: {}
name: Install zeitgeist local
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand All @@ -179,7 +179,7 @@ jobs:
permissions: {}
name: Try to install a wrong zeitgeist
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand Down

0 comments on commit ab1f3bb

Please sign in to comment.