Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.4
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.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...0ad4b8f)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent c80dfe7 commit 5c76336
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand All @@ -152,7 +152,7 @@ jobs:
permissions: {}
name: Install zeitgeist local
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Install zeitgeist
uses: ./setup-zeitgeist
with:
Expand Down

0 comments on commit 5c76336

Please sign in to comment.