From f931615144df3a031b7e15e58c9506936defcf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:45:29 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-publish-release.yaml | 10 +++++----- .github/workflows/test-setup-bom.yml | 10 +++++----- .github/workflows/test-setup-release-notes.yaml | 6 +++--- .github/workflows/test-setup-tejolote.yml | 10 +++++----- .github/workflows/test-setup-zeitgeist.yml | 14 +++++++------- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/test-publish-release.yaml b/.github/workflows/test-publish-release.yaml index 1d0bc63..ce0e57c 100644 --- a/.github/workflows/test-publish-release.yaml +++ b/.github/workflows/test-publish-release.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/test-setup-bom.yml b/.github/workflows/test-setup-bom.yml index 0dfadcb..a138d92 100644 --- a/.github/workflows/test-setup-bom.yml +++ b/.github/workflows/test-setup-bom.yml @@ -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: @@ -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! @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/test-setup-release-notes.yaml b/.github/workflows/test-setup-release-notes.yaml index 7db2881..03d9ea7 100644 --- a/.github/workflows/test-setup-release-notes.yaml +++ b/.github/workflows/test-setup-release-notes.yaml @@ -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: @@ -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! @@ -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 }} diff --git a/.github/workflows/test-setup-tejolote.yml b/.github/workflows/test-setup-tejolote.yml index 8cb4362..f7a60d9 100644 --- a/.github/workflows/test-setup-tejolote.yml +++ b/.github/workflows/test-setup-tejolote.yml @@ -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: @@ -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! @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/test-setup-zeitgeist.yml b/.github/workflows/test-setup-zeitgeist.yml index aea61bd..682127f 100644 --- a/.github/workflows/test-setup-zeitgeist.yml +++ b/.github/workflows/test-setup-zeitgeist.yml @@ -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: @@ -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 @@ -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 }} @@ -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: @@ -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: @@ -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: @@ -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: