Skip to content

Commit

Permalink
Merge pull request #42 from openshift-pipelines/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
openshift-merge-robot authored Sep 19, 2023
2 parents bfebf6a + 1dd0972 commit 31e4207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-catalogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'openshift-pipelines' # do not run this elsewhere
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/go

- name: Generate experimental catalog
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'openshift-pipelines' # do not run this elsewhere
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/go

- name: Generate catalog
Expand All @@ -53,11 +53,11 @@ jobs:
- generate-catalog
steps:
- name: Checkout "p" publish branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: p
- name: Checkout "main" branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
path: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
outputs:
images: ${{ steps.output-images.outputs.images }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: list images
id: output-images
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
matrix:
image: ${{fromJSON(needs.list.outputs.images)}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Get changed files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-kubernetes-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/tektoncd

- name: End-to-End Tests
Expand All @@ -32,7 +32,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/go

- name: Linting tekton resources
Expand Down

0 comments on commit 31e4207

Please sign in to comment.