Skip to content

Commit

Permalink
Merge pull request #16 from kustomhippie/renovate/major-build-tools
Browse files Browse the repository at this point in the history
ci(tools): update actions/checkout action to v4
  • Loading branch information
tboerger committed Sep 7, 2023
2 parents 122d03c + ee42269 commit 54bde75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build manifest
uses: actionhippie/kustomize@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint manifest
uses: actionhippie/yamllint@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }}

Expand Down

0 comments on commit 54bde75

Please sign in to comment.