Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.6
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.6.
- [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.6)

---
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 Jun 1, 2024
1 parent ed0807c commit e728ffd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/podcast-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: app

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: actions/[email protected]
with:
go-version: 1.21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: app

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: actions/[email protected]
with:
go-version: 1.21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: app

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: actions/[email protected]
with:
go-version: 1.21
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: app

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: actions/[email protected]
with:
go-version: 1.21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- name: yaml-lint
uses: ibiqlik/[email protected]
with:
Expand Down

0 comments on commit e728ffd

Please sign in to comment.