Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.4 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 4d5679b commit 4610996
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Install Helm
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Install chart-releaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand All @@ -35,7 +35,7 @@ jobs:
sudo apt-get -y install rpm reprepro createrepo-c distro-info
- name: Checkout trivy-repo
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
repository: ${{ github.repository_owner }}/trivy-repo
path: trivy-repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.ECR_SECRET_ACCESS_KEY }}

- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Run Trivy vulnerability scanner and create GitHub issues
uses: knqyf263/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0
persist-credentials: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
remove-haskell: "true"
if: matrix.operating-system == 'ubuntu-latest'

- uses: actions/[email protected].4
- uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
remove-haskell: "true"

- name: Check out code into the Go module directory
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
remove-haskell: 'true'

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
if: matrix.operating-system == 'ubuntu-latest'

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 4610996

Please sign in to comment.