Skip to content

Commit

Permalink
Merge pull request #302 from EngineeringKiosk/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
andygrunwald committed Jul 2, 2024
2 parents bfda66d + 7cac948 commit 5422c79
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].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
go-version: 1.22
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].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
go-version: 1.22
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].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
go-version: 1.22
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
working-directory: app

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
go-version: 1.22
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-24.04

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

0 comments on commit 5422c79

Please sign in to comment.