Skip to content

Commit

Permalink
Merge pull request #2 from scoheb/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
scoheb authored Nov 15, 2023
2 parents 4ad4aec + 9e81dc3 commit c35fbf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1
tknparse:
runs-on: ubuntu-latest
steps:
- name: checkout files
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install tkn
uses: ./.github/actions/install-tkn
- name: Get changed files
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton_task_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
kubectl get pods --namespace tekton-pipelines
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get changed dirs
id: changed-dirs
uses: tj-actions/changed-files@v35
Expand Down

0 comments on commit c35fbf2

Please sign in to comment.